superSimpleUserWarps
A simple and efficient warp plugin that is not overloaded with features. This plugin is the user-oriented version of http://dev.bukkit.org/bukkit-plugins/supersimplewarps
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] [owner] - 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] [owner] - Sets a the specified warp.
/warps add [warpname] [owner] [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] [owner] [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
superSimpleUserWarps.canWarp - Can use /warp [warpname] and /warps list [page]
superSimpleUserWarps.user - Can set, delete, and modify warps
superSimpleUserWarps.admin - Can set, delete, and modify warps. Can warp to any private warp.
Config.yml
warps:
user:
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