TfT-02 / DynamicTextures

Switch texture packs between worlds!
1 stars 4 forks source link

Plugin not discovering all our worlds that are created using Multiverse-core #1

Closed Agonizedchain closed 11 years ago

Agonizedchain commented 11 years ago

http://pastie.org/7927335

TfT-02 commented 11 years ago

Could you try out this build and let me know how that goes? https://dl.dropboxusercontent.com/u/29178507/Dev/DynamicTextures/DynamicTextures.jar

Agonizedchain commented 11 years ago

nope, used that and this is all that showed in config

General: stats_tracking_enabled: true update_check_enabled: true Worlds: world: http://url_to_the_texture_pack_here world_nether: http://url_to_the_texture_pack_here world_the_end: http://url_to_the_texture_pack_here Permissions: custom_perm_name: http://url_to_the_texture_pack_here WorldGuard_Regions: region_name: http://url_to_the_texture_pack_here


start log:

2013-05-19 15:36:01 [INFO] Starting minecraft server version 1.5.2
2013-05-19 15:36:01 [INFO] Loading properties
2013-05-19 15:36:01 [INFO] Default game type: SURVIVAL
2013-05-19 15:36:01 [INFO] Generating keypair
2013-05-19 15:36:01 [INFO] Starting Minecraft server on *:25565
2013-05-19 15:36:02 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R0.1-b2771jnks (MC: 1.5.2) (Implementing API version 1.5.2-R0.1)
2013-05-19 15:36:04 [INFO] [WorldGuard] Loading WorldGuard v5.7.3
2013-05-19 15:36:04 [INFO] [DynamicTextures] Loading DynamicTextures v1.2.3
2013-05-19 15:36:04 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.5-b665
2013-05-19 15:36:04 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b346
2013-05-19 15:36:09 [INFO] [WorldGuard] Enabling WorldGuard v5.7.3
2013-05-19 15:36:12 [INFO] [DynamicTextures] Enabling DynamicTextures v1.2.3
2013-05-19 15:36:12 [INFO] [DynamicTextures] WorldGuard found!
2013-05-19 15:36:18 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.5-b665
2013-05-19 15:36:18 [INFO] [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b665
2013-05-19 15:36:37 [INFO] [Multiverse-Core] 15 - World(s) loaded.
2013-05-19 15:36:38 [INFO] [Multiverse-Core] Version 2.5-b665 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
2013-05-19 15:36:38 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b346
2013-05-19 15:36:39 [INFO] [Multiverse-Inventories 2.5-b346] enabled.
TfT-02 commented 11 years ago

Trying to make it load after Multiverse. Hopefully this one works. https://dl.dropboxusercontent.com/u/29178507/Dev/DynamicTextures/DynamicTextures.jar

Agonizedchain commented 11 years ago

K that worked. it now looks like this:


General: stats_tracking_enabled: true update_check_enabled: true Worlds: world: http://url_to_the_texture_pack_here world_nether: http://url_to_the_texture_pack_here world_the_end: http://url_to_the_texture_pack_here factions: http://url_to_the_texture_pack_here creative: http://url_to_the_texture_pack_here cityworld: http://url_to_the_texture_pack_here flatroom: http://url_to_the_texture_pack_here design&build: http://url_to_the_texture_pack_here arena_pvp: http://url_to_the_texture_pack_here parkour: http://url_to_the_texture_pack_here spawn: http://url_to_the_texture_pack_here arafel: http://url_to_the_texture_pack_here arena: http://url_to_the_texture_pack_here startrek: http://url_to_the_texture_pack_here skyworld: http://url_to_the_texture_pack_here Permissions: custom_perm_name: http://url_to_the_texture_pack_here WorldGuard_Regions: region_name: http://url_to_the_texture_pack_here

TfT-02 commented 11 years ago

Awesome! Thanks for the report.