ericyoondotcom / MinecraftManhunt

Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
GNU General Public License v3.0
27 stars 7 forks source link

Compass points to world spawn #8

Closed Bezeram closed 3 years ago

Bezeram commented 4 years ago

Describe the bug

The compass, despite setting it to point to a player targeted as a speedrunner, it still points at wherever the world's spawnpoint is set.

Potential Causes

Incorrect instalation of the plugin. config.txt

Environment Info

Plugin version: 1.0

Bukkit/Spigot server version: 1.15.2

Configuration file

Sending us your plugin config.yml file may help in diagnosing the issue. Paste the contents of the plugin's config file here: (feel free to omit your Discord token for security reasons)

The config file is up there.

Server Logs

Please check your Server Console for any warnings or errors created by the plugin. If any are any, please copy and paste them here:

WARNING: Legacy plugin MinecraftManhunt v1.0 does not specify an api-version.

Anything else?

Add any other context about the problem here.

ericyoondotcom commented 4 years ago

Hi @Bezeram ,

Edit: the following advice only applies to plugin version 1.2 and up; please see my comment below!

Thanks for opening this issue. Looking at your config file, you're missing the entry compassEnabledInNether, which is required for plugin version 1.2 and up.

If you want to enable the compass in the nether, please add this line:

compassEnabledInNether: true

Even if you do not want to enable it in the nether, you still must add an entry; if you don't want it to work in the nether, please add the following line:

compassEnabledInNether: false

If this doesn't work, please add a comment to this issue. If it works, feel free to close the issue. Hope this helps.

ericyoondotcom commented 4 years ago

Sorry, I just noticed that you're using plugin version 1.0 since you're using minecraft 1.15. Please upgrade your plugin to version 1.1; however, do not use version 1.2 for Minecraft versions 1.15 and lower.

I haven't actually tested this plugin with Bukkit 1.15, so there might be some bugs!

Bezeram commented 4 years ago

Thank you for responding! I have one last question. Is CraftBukkit 1.15.2 compatible with the plugin for the minecraft version 1.16? Should I use a different source for my plugins, for instance Spigot?

ericyoondotcom commented 4 years ago

The plugin works for both CraftBukkit and Spigot. I have not tested it for anything below version 1.16, but if you use plugin version 1.1 (not 1.12) it should work.

ericyoondotcom commented 3 years ago

Closing due to inactivity. Please reopen if you have any further issues.