superSimpleWarps
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:
- Initial Plugin
-
View User Profile
-
Send Message
Posted Jan 10, 2014@goose812
Sure. What permissions would you like it to also use? Groups may or may not be broken if that permissions plugin doesn't support them.
-
View User Profile
-
Send Message
Posted Jan 10, 2014Can you make it not dependent on Vault?
-
View User Profile
-
Send Message
Posted Jan 9, 2014@vlader9696
Sorry, it is taking a while for admins to approve the new versions of the plugin. The newest version (v0.1.20140109) will be available soon. Please check back later. Hopefully it will be up by then.
-
View User Profile
-
Send Message
Posted Jan 9, 2014как скачать
-
View User Profile
-
Send Message
Posted Jan 6, 2014Super lightweight and easy to use. 10/10 would use again.