RealCompass is a plugin that allows you to customize the compass. The name comes from its central feature, making the compass point north. You can cycle through the available compass presets by right clicking. It can either point north, towards world spawn, or towards the player's bed. This is an early version of the plugin, so if you come across any bugs please message me through spigot.
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- 1.17
- 1.18
config.yml example:
Refresh time is how often the plugin will update the north position for the player. By default this is every second, but can be dramatically lowered if necessary for people running servers on lower end hardware.Code (YAML):defaultCompassMode: 0
refreshTime: 20
canPointNorth: true
canPointHome: false
canPointSpawn: false
The lower three determine what abilities the compass has.
canPointNorth when set to true allows the compass to point north from the player
canPointHome when set to true allows the compass to point to the players last set spawn point (Bed/Respawn Anchor)
canPointSpawn when set to true allows the compass to point to the world spawn
defaultCompassMode is what mode the compass is on when the player joins. 0 is for north, 1 is for the last set spawn point, and 2 is for the world spawn
Commands:
Currently these are the only commands built into the pluginCode (YAML):/realcompass toggle # Alternative to right clicking the compass
/realcompass reload # Reloads the config
Permission Nodes:
Code (Text):realcompass.*: Access to every permission node (Given to OP's by default)
realcompass.toggle: Allows the player to toggle the compass mode
realcompass.reload: Allows the player to reload the config file (Given to OP's by default)

RealCompass 1.1
A plugin to make the compass behave like real life