Problème activation tnt avec le plugin uskyblock

Tenoxx2

Aventurier
13 Avril 2020
6
0
6
21
Bonjour,

Je viens vers vous car je n'arrive pas à trouver de solution à mon problème.
Mon serveur minecraft est un skyblock, qui tourne sous spigot 1.8 avec comme plugin uskyblock.
J'ai par ailleurs d'autres plugins tels que essentials, worldedit, worldguard, multiverse core et multiverse portal, etc..

J'en viens au problème: Je me suis aperçue sur mon ile, en étant op, que je ne pouvais pas faire exploser de TNT. La TNT se gonfle mais aucune explosion ni particules d'explosion. J'ai tout d'abord vérifié avec soin mes plugins pour voir si l'un deux ne bloquaient pas l'explosion. Dans essentials, l'explosion était autorisé et le block de TNT (id:46) n’était pas bloqué. J'ai également regardé dans le fichier spigot.yml et le fichier config de uskyblock mais rien a changer. J'ai donc décidé de créé un serveur test, en mettant au fur et à mesure les plugins pour voir lequel me bloquait l'explosion. Une fois tout les plugins mis, le problème venait de worldguard. J'ai donc essayé d'autoriser l'explosion de TNT avec la commande /rg flag monile block-break allow, mais ça n'a rien changé. J'ai donc essayé en ajoutant la commande /rg flag monile other-explosion allow et /rg flag monile tnt allow, mais rien à faire ..
Le plugin uskyblock pose problème car il utilise worldguard pour fonctionner (création de la zone de l'ile en créant une région automatiquement).
J'ai cherché sur plusieurs forum, mais je ne parvient pas à trouver de solution.
(en dehors de mon ile, dans le monde skyworld, ma tnt n'explose pas non plus, tandis que dans mon monde nommé world, ma tnt explose).

Je voudrais simplement pouvoir autoriser la TNT à explosé sur mon ile et à causer des dégâts.

Cordialement
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Hum
Est-ce que dans ta config WorldGuard, "block-tnt" est bien désactivé ?
Regarde également dans tes logs (ou copie/colle les ici avec une balise "code") que tu as quelque chose comme ceci pour chaque monde:
Code:
[21:18:20] [Server thread/INFO]: WorldGuard TNT ignition is PERMITTED.


Cordialement,
Detobel36
 

Tenoxx2

Aventurier
13 Avril 2020
6
0
6
21
Merci pour l'aide.

J'ai vérifié dans ma config worldguard et "block-tnt" est bien sur false.
Je poste les logs de ma console au lancement, mais il est bien ecrit que la tnt est permis.

Code:
Loading libraries, please wait...
[18:39:37 INFO]: Starting minecraft server version 1.8
[18:39:37 INFO]: Loading properties
[18:39:37 INFO]: Default game type: SURVIVAL
[18:39:37 INFO]: This server is running CraftBukkit version git-Spigot-c3c767f-33d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
[18:39:37 INFO]: Debug logging is disabled
[18:39:37 INFO]: Server Ping Player Sample Count: 12
[18:39:37 INFO]: Using 4 threads for Netty based IO
[18:39:37 INFO]: Generating keypair
[18:39:38 INFO]: Starting Minecraft server on *:25565
[18:39:39 INFO]: Set PluginClassLoader as parallel capable
[18:39:39 INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.5
[18:39:39 INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[18:39:39 INFO]: [ColoredSigns] Loading ColoredSigns v2.0
[18:39:39 INFO]: [Skript] Loading Skript v2.2-Mineplex-Core-Patch
[18:39:39 INFO]: [Essentials] Loading Essentials vTeamCity
[18:39:39 INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[18:39:39 INFO]: [LoginSecurity] Loading LoginSecurity v3.0.1
[18:39:39 INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[18:39:39 INFO]: [GroupManager] Loading GroupManager v2.0 (2.10.1) (Phoenix)
[18:39:39 INFO]: [ClearLag] Loading ClearLag v3.0.0
[18:39:39 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
[18:39:39 INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
[18:39:39 INFO]: [Vault] Loading Vault v1.5.6-b49
[18:39:39 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[18:39:39 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
[18:39:39 INFO]: [WorldGuard] Loading WorldGuard v6.1
[18:39:39 INFO]: [EssentialsXMPP] Loading EssentialsXMPP vTeamCity
[18:39:39 INFO]: [ColoredTags] Loading ColoredTags v2.1.3
[18:39:39 INFO]: [Shopkeepers] Loading Shopkeepers v1.43
[18:39:39 INFO]: [uSkyBlock] Loading uSkyBlock v2.7.2
[18:39:39 INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751
[18:39:39 INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
[18:39:39 INFO]: [Vault] Enabling Vault v1.5.6-b49
[18:39:39 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:39:39 INFO]: [Vault] [Permission] GroupManager found: Waiting
[18:39:39 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:39:39 INFO]: [Vault] [Chat] GroupManager found: Waiting
[18:39:39 INFO]: [Vault] Enabled Version 1.5.6-b49
[18:39:39 INFO]: [uSkyBlock] Enabling uSkyBlock v2.7.2
[18:39:39 WARN]: Unable to load schematic uSkyBlockNether
java.io.IOException: Invalid resource for plugins\uSkyBlock\schematics\uSkyBlockNether.schematic
        at us.talabrek.ultimateskyblock.utils.file.FileUtil.copy(FileUtil.java:210) ~[uSkyBlock.jar:?]
        at us.talabrek.ultimateskyblock.island.IslandGenerator.<init>(IslandGenerator.java:56) [uSkyBlock.jar:?]
        at us.talabrek.ultimateskyblock.uSkyBlock.reloadConfigs(uSkyBlock.java:993) [uSkyBlock.jar:?]
        at us.talabrek.ultimateskyblock.uSkyBlock.onEnable(uSkyBlock.java:212) [uSkyBlock.jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:153) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
[18:39:39 WARN]: Unable to load schematic skySMP
java.io.IOException: Invalid resource for plugins\uSkyBlock\schematics\skySMP.schematic
        at us.talabrek.ultimateskyblock.utils.file.FileUtil.copy(FileUtil.java:210) ~[uSkyBlock.jar:?]
        at us.talabrek.ultimateskyblock.island.IslandGenerator.<init>(IslandGenerator.java:56) [uSkyBlock.jar:?]
        at us.talabrek.ultimateskyblock.uSkyBlock.reloadConfigs(uSkyBlock.java:993) [uSkyBlock.jar:?]
        at us.talabrek.ultimateskyblock.uSkyBlock.onEnable(uSkyBlock.java:212) [uSkyBlock.jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:153) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8-R0.1.jar:git-Spigot-c3c767f-33d5de3]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
[18:39:39 INFO]: [uSkyBlock] 2 schematics loaded.
[18:39:40 INFO]: [uSkyBlock] º7Name: ºbuSkyBlock
º7Version: ºb2.7.2
º7Description: ºbUltimate SkyBlock v2.7.2-45f756-430
º7Language: ºbfr (fr)
º9  State: d=120, r=60, i=3, p=3, n=false, awe=false
º7Server: ºeCraftBukkit git-Spigot-c3c767f-33d5de3 (MC: 1.8)
º9  State: online=false, bungee=false
º7------------------------------
º7ºdVault ºf1.5.6-b49 º7(N/Aº7)
º7ºdWorldEdit ºf6.1.3;7a097ca º7(N/Aº7)
º7ºdWorldGuard ºf6.1 º7(N/Aº7)
º7ºdMultiverse-Core ºf2.5.0-b727 º7(N/Aº7)
º7ºdMultiverse-Portals ºf2.5.0-b751 º7(N/Aº7)
º7------------------------------

[18:39:40 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:39:40 WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:39:40 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[18:39:40 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:39:40 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[18:39:40 INFO]: Preparing level "world"
[18:39:40 INFO]: -------- World Settings For [world] --------
[18:39:40 INFO]: Item Despawn Rate: 6000
[18:39:40 INFO]: Item Merge Radius: 2.5
[18:39:40 INFO]: Arrow Despawn Rate: 1200
[18:39:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:39:40 INFO]: View Distance: 10
[18:39:40 INFO]: Zombie Aggressive Towards Villager: true
[18:39:40 INFO]: Chunks to Grow per Tick: 650
[18:39:40 INFO]: Clear tick list: false
[18:39:40 INFO]: Experience Merge Radius: 3.0
[18:39:40 INFO]: Max Entity Collisions: 8
[18:39:40 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:39:40 INFO]: Alternative Hopper Ticking: false
[18:39:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:39:40 INFO]: Anti X-Ray: true
[18:39:40 INFO]:        Engine Mode: 1
[18:39:40 INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:39:40 INFO]:        Replace Blocks: [1, 5]
[18:39:40 INFO]: Nerfing mobs spawned from spawners: false
[18:39:40 INFO]: Mob Spawn Range: 4
[18:39:40 INFO]: Cactus Growth Modifier: 500%
[18:39:40 INFO]: Cane Growth Modifier: 500%
[18:39:40 INFO]: Melon Growth Modifier: 500%
[18:39:40 INFO]: Mushroom Growth Modifier: 500%
[18:39:40 INFO]: Pumpkin Growth Modifier: 500%
[18:39:40 INFO]: Sapling Growth Modifier: 200%
[18:39:40 INFO]: Wheat Growth Modifier: 500%
[18:39:40 INFO]: Max TNT Explosions: 100
[18:39:40 INFO]: Structure Info Saving: true
[18:39:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:39:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:39:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:39:40 INFO]: Sending up to 10 chunks per packet
[18:39:40 INFO]: Random Lighting Updates: false
[18:39:40 INFO]: -------- World Settings For [world_the_end] --------
[18:39:40 INFO]: Item Despawn Rate: 6000
[18:39:40 INFO]: Item Merge Radius: 2.5
[18:39:40 INFO]: Arrow Despawn Rate: 1200
[18:39:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:39:40 INFO]: View Distance: 10
[18:39:40 INFO]: Zombie Aggressive Towards Villager: true
[18:39:40 INFO]: Chunks to Grow per Tick: 650
[18:39:40 INFO]: Clear tick list: false
[18:39:40 INFO]: Experience Merge Radius: 3.0
[18:39:40 INFO]: Max Entity Collisions: 8
[18:39:40 INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:39:40 INFO]: Alternative Hopper Ticking: false
[18:39:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:39:40 INFO]: Anti X-Ray: true
[18:39:40 INFO]:        Engine Mode: 1
[18:39:40 INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[18:39:40 INFO]:        Replace Blocks: [1, 5]
[18:39:40 INFO]: Nerfing mobs spawned from spawners: false
[18:39:40 INFO]: Mob Spawn Range: 4
[18:39:40 INFO]: Cactus Growth Modifier: 500%
[18:39:40 INFO]: Cane Growth Modifier: 500%
[18:39:40 INFO]: Melon Growth Modifier: 500%
[18:39:40 INFO]: Mushroom Growth Modifier: 500%
[18:39:40 INFO]: Pumpkin Growth Modifier: 500%
[18:39:40 INFO]: Sapling Growth Modifier: 200%
[18:39:40 INFO]: Wheat Growth Modifier: 500%
[18:39:40 INFO]: Max TNT Explosions: 100
[18:39:40 INFO]: Structure Info Saving: true
[18:39:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:39:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:39:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:39:40 INFO]: Sending up to 10 chunks per packet
[18:39:40 INFO]: Random Lighting Updates: false
[18:39:40 INFO]: Preparing start region for level 0 (Seed: 4676872834073309863)
[18:39:41 INFO]: Preparing spawn area: 82%
[18:39:41 INFO]: Preparing start region for level 1 (Seed: -5116785389916347859)
[18:39:42 INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.5
[18:39:50 INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
[18:39:50 INFO]: [WorldGuard] (pvp) Lava fire is blocked.
[18:39:50 INFO]: [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
[18:39:50 INFO]: [WorldGuard] Loaded configuration for world 'pvp'
[18:39:50 INFO]: [WorldGuard] (skyworld) TNT ignition is PERMITTED.
[18:39:50 INFO]: [WorldGuard] (skyworld) Lighters are PERMITTED.
[18:39:50 INFO]: [WorldGuard] (skyworld) Lava fire is blocked.
[18:39:50 INFO]: [WorldGuard] (skyworld) Fire spread is UNRESTRICTED.
[18:39:50 INFO]: [WorldGuard] Loaded configuration for world 'skyworld'
[18:39:50 INFO]: [WorldGuard] Loading region data...
[18:39:50 INFO]: [EssentialsXMPP] Enabling EssentialsXMPP vTeamCity
[18:39:50 WARN]: config broken for xmpp
[18:39:50 INFO]: [ColoredTags] Enabling ColoredTags v2.1.3
[18:39:50 INFO]: [Shopkeepers] Enabling Shopkeepers v1.43
[18:39:51 INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.0-b751
[18:39:51 INFO]: [Multiverse-Portals] - Version 2.5.0-b751 Enabled - By Rigby and fernferret
[18:39:51 INFO]: [MVPLogging] 4 - Portals(s) loaded
[18:39:51 INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[18:39:51 INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
[18:39:51 INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[18:39:51 INFO]: [SilkSpawners] Loading support for v1_8_R1
[18:39:51 INFO]: [SilkSpawners] AutoUpdater is enabled.
[18:39:53 INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
[18:39:53 INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[18:39:53 INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:39:53 INFO]: Done (12,696s)! For help, type "help" or "?"
[18:39:53 INFO]: [Skript] Checking for the latest version of Skript...
[18:39:53 INFO]: [Skript] Loading variables...
[18:39:53 INFO]: [Skript] Loaded 0 variables in 0.0 seconds
[18:39:53 INFO]: [Skript] All scripts loaded without errors.
[18:39:53 WARN]: [Skript] No scripts were found, maybe you should write some ;) (config.sk, line 149: databases:')
[18:39:53 INFO]: [Skript] Finished loading.
[18:39:53 INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[18:39:53 WARN]: Exception in thread "Craft Scheduler Thread - 6"
[18:39:53 WARN]: org.apache.commons.lang.UnhandledException: Plugin Skript v2.2-Mineplex-Core-Patch generated an exception while executing task 15
        at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
        at ch.njol.skript.Skript$4.run(Skript.java:517)
        at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
        at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
        ... 3 more

[18:39:53 INFO]: [SkinsRestorer] ----------------------------------------------
[18:39:53 INFO]: [SkinsRestorer]     +===============+
[18:39:53 INFO]: [SkinsRestorer]     | SkinsRestorer |
[18:39:53 INFO]: [SkinsRestorer]     +===============+
[18:39:53 INFO]: [SkinsRestorer] ----------------------------------------------
[18:39:53 INFO]: [SkinsRestorer]     Current version: 13.7.5
[18:39:53 INFO]: [SkinsRestorer]     This is the latest version!
[18:39:53 INFO]: [SkinsRestorer] ----------------------------------------------
[18:39:53 INFO]: [Skript] There was an error checking for the latest version of Skript: Server returned HTTP response code: 403 for URL: http://dev.bukkit.org/server-mods/skript/files.rss
[18:39:53 INFO]: [Skript] You're currently running a beta version of Skript, and no new stable version is available. Please note that you have to update to newer beta versions manually!
[18:39:55 INFO]: [uSkyBlock] Hooked into Vault Economy
[18:39:55 INFO]: [uSkyBlock] Hooked into Vault Permissions
[18:40:20 INFO]: [WorldGuard] Region data changes made in 'skyworld' have been background saved