RealCompass forces a player's compass to always point to a configurable direction.
Current Features
Points compass to a direction. (Configured)
Permissions
Very lightweight
Simple commands
Upcoming Features
Permissions
- realcompass.point - This will allow a player to get their compass point to one direction.
- realcompass.direction.get - This will allow a player to get the facing of a compass.
- realcompass.direction.set - This will allow a player to set the facing of all compasses.
- realcompass.admin - This will allow a player to perform certain admin commands.
Commands
/rc - Shows basic info about RealCompass
/rc help - Shows a list of commands
/rc set <direction> - Set the facing of all compasses.
/rc get - Get the facing of a compass.
Source
In main .jar
Changelog
Version 1.2:*Latest Version*
Updated to CraftBukkit 1.3.2-R2.0 (Build #02396)
Added permissions:
- realcompass.direction.get (Used for /rc get)
- realcompass.direction.set (Used for /rc set)
- realcompass.direction.admin (Used for /rc help)
Added commands:
- /rc
- /rc help
- /rc set <direction>
- /rc get
Fixed not giving the right direction bug
Version 1.1:
Updated to CraftBukkit 1.3.1-R2.0 [#2340]
Added permissions
Made the direction the compass is pointing to configurable.
Staartvin joined the developer team! (Staartvin is writing this :D)
Version 1.0:
Updated for 1.2.4. Compiled on latest Bukkit and yes, the North is true North :)
Version 0.8:
Fixed ClassNotFound error.
Version 0.7:
Updated for 1.0's new direction. The sun and moon rise in the east and set in the west. Clouds now head west as well. If you look east, north will be on your left. North is now the negative Z axis. Note: Also compiled on latest Bukkit