Patroller is a new plugin to help server admins keep an eye on their players.When an admin uses /patrol, they will be teleported to the first player. After 5 seconds they will be teleported to the next one, and so on until all players are patrolled.
How to install
- Download the .jar file
- Put it in your
plugins/
folder - Start the server, or reload if it's already running
Commands
- /patrol
- Patrols
How to use
Just type /patrol in chat!
Permissions
- patroller.patrol
- Can patrol
- patroller.evade
- Will not be patrolled
Permissions Plugins
Uses the WEPIF API so plugin REQUIRES WorldEdit.
WEPIF supports plugins in this order:
- DinnerPerms (Bukkit permissions API)
- Permissions plugin
- PermissionsEx plugin
- A plugin that implements com.sk89q.bukkit.migration.PermissionsProvider
- Flat file permissions (built-in)
- Configuration permissions (built-in)
So Patroller supports these plugins too.
Changing command
In case you want another plugin to have the /patrol command (or other commands), and have Patroller have another command, you can to this:
- Rename
Patroller.jar
toPatroller.zip
- Open the .zip file
- Open plugin.yml with Notepad
- Add a command under the
aliases
section of the command - Save plugin.yml
- Rename
Patroller.zip
toPatroller.jar
To-do list
- Add returning to original location after patrolling
- Add vanishing when patrolling