TARDIS

TARDIS

228k Downloads

World Guard detection

FamousL opened this issue ยท 2 comments

commented

Describe the bug

Ran the ingame /tardisadmin update_plugins command, upon restart found that worldguard does not appear to be detected properly.

To Reproduce

  1. install latest TARDIS/TARDISChunksGenerator
  2. install latest worldguard jar
  3. start server
  4. observe error

Screenshots

No response

Log files

[07:08:20] [Server thread/INFO]: [TARDIS] Enabling TARDIS v4.10.2-b2443
[07:08:20] [Server thread/WARN]: TARDIS failed to get the version for WorldGuard.
[07:08:20] [Server thread/WARN]: This could cause issues with enabling the plugin.
[07:08:20] [Server thread/WARN]: Please check you have at least v7.0.5
[07:08:20] [Server thread/WARN]: The invalid version format was 7.0.7+216b061 (this is using the jar available through bukkit)

'/tardis version' output

[07:18:10] [Server thread/INFO]: [TARDIS] Server version: git-Paper-341 (MC: 1.18.2)
[07:18:10] [Server thread/INFO]: [TARDIS] TARDIS version: 4.10.2-b2443
[07:18:10] [Server thread/INFO]: [TARDIS] TARDISChunkGenerator version: 4.10.2
[07:18:10] [Server thread/INFO]: [TARDIS] PlaceholderAPI version: 2.11.1
[07:18:10] [Server thread/INFO]: [TARDIS] LibsDisguises version: 10.0.28
[07:18:10] [Server thread/INFO]: [TARDIS] floodgate version: 2.1.0-SNAPSHOT
[07:18:10] [Server thread/INFO]: [TARDIS] dynmap version: 3.4-beta-3-774
[07:18:10] [Server thread/INFO]: [TARDIS] Essentials version: 2.20.0-dev+6-ea5cdc0
[07:18:10] [Server thread/INFO]: [TARDIS] Multiverse-Core version: 4.3.2-SNAPSHOT-b870
[07:18:10] [Server thread/INFO]: [TARDIS] CoreProtect version: 21.2
[07:18:10] [Server thread/INFO]: [TARDIS] WorldGuard version: 7.0.7+216b061
[07:18:10] [Server thread/INFO]: [TARDIS] GriefPrevention version: 16.18
[07:18:10] [Server thread/INFO]: [TARDIS] Checking for new TARDIS builds...
[07:18:11] [Craft Scheduler Thread - 6 - TARDIS/INFO]: [TARDIS] You are running the latest version!

commented

Apologies, went through a few previous logs, and this showed up in the previous version as well.

commented

The plugin does a basic check of dependent plugin versions - WorldGuard uses a strange format with a plus (+) symbol in it. The warning is just informational. Not a bug, but intended behaviour.