superSimpleWarps
A simple and efficient warp plugin that is not overloaded with features. This plugin is tailored to servers where only a group of admins can make warps, and all warps are modifiable by all admins. This plugin is not very suited for servers where users will be creating warps, though perhaps another plugin for this use-case is in the works.
Features
- Easy command-based warping.
- Private warps through usernames and/or permission groups.
- Tab-completion of warp names.
- Case insensitive warp-names.
- That's it! It's very simple.
Commands
/warp [warpname] - Warp to the specified warp.
/warps list [page] - List the available warps.
/warps send [playername] [warpname] - Sends a player to the specified warp.
/warps set [warpname] [-p] - Sets a warp at your current position. Include -p to make it private.
/warps delete [warpname] - Sets a the specified warp.
/warps add [warpname] [user/g:group,...] - Add a user or group to the allowed list for that warp. Only for private warps. Prefix group names with g:. Use commas to separate multiple users and groups.
/warps remove [warpname] [user/g:group,...] - Remove a user or group to the allowed list for that warp. Only for private warps. Prefix group names with g:. Use commas to separate multiple users and groups.
/warps reload - Reloads the plugin's config file.
Permissions
superSimpleWarps.user - Can use /warp [warpname] and /warps list [page]
superSimpleWarps.admin - Can set, delete, and modify warps. Can warp to any private warp.
Config.yml
warps:
warpName:
location: Location{world=CraftWorld{name=world},x=37.639394739892126,y=63.0,z=-139.99939805814589,pitch=88.95,yaw=2.3999953}
private: true
users:
- user1
- user2
groups:
- group1
- group2
Changelog
2014-01-29 - v0.1.20140129:
- Handles yml errors better.
- Potentially remove null pointer exception.
2014-01-09 - v0.1.20140109:
- Added chat colors.
- Added partial warpname guessing.
- Removed console debug statements.
2014-01-07 - v0.1.20140107b:
- Fixed tab-completion bug.
2014-01-07 - v0.1.20140107:
- Fixed erroneous print.
- Changed warps to be case insensitive.
- Added tab-completion / auto-completion for warp names.
2014-01-06 - v0.1.20140106: