Worldguard with MySQL Import (correctly work) but WG has 0 region loaded
LadyCailinBot opened this issue · 3 comments
WORLDGUARD-2940 - Reported by Krossfire
Hello !
I m looking for a little help about my problem .
I did the region_storage.sql and with /region migratedb yaml mysql .
It's work because i have 238 entry in the DB "Region" (thoses names are correct)
But when i start my server or during reload , no regions was found .
I didn't see any warning or error message in chat or in server console.
I didn't change password or login of the SQLUser for Worldguard .
I didn't know where could it be my error .
Maybe the convert yaml => sql wasn't incomplete but a yellow message say me "Migrating region was succesfully"
During /region migrate ymal mysql
2013-11-30 14:55:50 [INFO] �[0;31;1mThis command is potentially dangerous.
Please ensure you have made a backup of your data, and then re-enter the command exactly to procede.�[m
2013-11-30 14:56:02 [INFO] �[0;33;1mRegions have been migrated successfully.
If you wish to use the destination format as your new backend, please update your config and reload WorldGuard.�[m
Exemple of Load WG
2013-11-30 15:47:15 [INFO] [WorldGuard] Enabling WorldGuard v5.8
2013-11-30 15:47:15 [INFO] [WorldGuard] Default configuration file written: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus\config.yml
2013-11-30 15:47:15 [INFO] [WorldGuard] Default configuration file written: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus\blacklist.txt
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus) TNT ignition is PERMITTED.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus) Lighters are PERMITTED.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus) Lava fire is blocked.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus) All fire spread is disabled.
2013-11-30 15:47:15 [INFO] [WorldGuard] Loaded configuration for world 'Eriodus'
2013-11-30 15:47:15 [INFO] [WorldGuard] Default configuration file written: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_nether\config.yml
2013-11-30 15:47:15 [INFO] [WorldGuard] Default configuration file written: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_nether\blacklist.txt
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus_nether) TNT ignition is PERMITTED.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus_nether) Lighters are PERMITTED.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus_nether) Lava fire is blocked.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus_nether) All fire spread is disabled.
2013-11-30 15:47:15 [INFO] [WorldGuard] Loaded configuration for world 'Eriodus_nether'
2013-11-30 15:47:15 [INFO] [WorldGuard] Default configuration file written: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_the_end\config.yml
2013-11-30 15:47:15 [INFO] [WorldGuard] Default configuration file written: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_the_end\blacklist.txt
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus_the_end) TNT ignition is PERMITTED.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus_the_end) Lighters are PERMITTED.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus_the_end) Lava fire is blocked.
2013-11-30 15:47:15 [INFO] [WorldGuard] (Eriodus_the_end) All fire spread is disabled.
2013-11-30 15:47:15 [INFO] [WorldGuard] Loaded configuration for world 'Eriodus_the_end'
2013-11-30 15:47:15 [INFO] [WorldGuard] Default configuration file written: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\EriodusNether\config.yml
2013-11-30 15:47:15 [INFO] [WorldGuard] Default configuration file written: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\EriodusNether\blacklist.txt
2013-11-30 15:47:15 [INFO] [WorldGuard] (EriodusNether) TNT ignition is PERMITTED.
2013-11-30 15:47:15 [INFO] [WorldGuard] (EriodusNether) Lighters are PERMITTED.
2013-11-30 15:47:15 [INFO] [WorldGuard] (EriodusNether) Lava fire is blocked.
2013-11-30 15:47:15 [INFO] [WorldGuard] (EriodusNether) All fire spread is disabled.
2013-11-30 15:47:15 [INFO] [WorldGuard] Loaded configuration for world 'EriodusNether'
2013-11-30 15:47:15 [INFO] [WorldGuard] 0 regions loaded for 'Eriodus'
2013-11-30 15:47:15 [INFO] [WorldGuard] 0 regions loaded for 'Eriodus_nether'
2013-11-30 15:47:15 [INFO] [WorldGuard] 0 regions loaded for 'Eriodus_the_end'
2013-11-30 15:47:16 [INFO] [WorldGuard] 0 regions loaded for 'EriodusNether'
Exemple of reload WG
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus) TNT ignition is PERMITTED.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus) Lighters are PERMITTED.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus) Lava fire is blocked.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus) All fire spread is disabled.
2013-11-30 15:52:07 [INFO] [WorldGuard] Loaded configuration for world 'Eriodus'
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus_nether) TNT ignition is PERMITTED.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus_nether) Lighters are PERMITTED.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus_nether) Lava fire is blocked.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus_nether) All fire spread is disabled.
2013-11-30 15:52:07 [INFO] [WorldGuard] Loaded configuration for world 'Eriodus_nether'
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus_the_end) TNT ignition is PERMITTED.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus_the_end) Lighters are PERMITTED.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus_the_end) Lava fire is blocked.
2013-11-30 15:52:07 [INFO] [WorldGuard] (Eriodus_the_end) All fire spread is disabled.
2013-11-30 15:52:07 [INFO] [WorldGuard] Loaded configuration for world 'Eriodus_the_end'
2013-11-30 15:52:07 [INFO] [WorldGuard] (EriodusNether) TNT ignition is PERMITTED.
2013-11-30 15:52:07 [INFO] [WorldGuard] (EriodusNether) Lighters are PERMITTED.
2013-11-30 15:52:07 [INFO] [WorldGuard] (EriodusNether) Lava fire is blocked.
2013-11-30 15:52:07 [INFO] [WorldGuard] (EriodusNether) All fire spread is disabled.
2013-11-30 15:52:07 [INFO] [WorldGuard] Loaded configuration for world 'EriodusNether'
2013-11-30 15:52:07 [INFO] [WorldGuard] 0 regions loaded for 'Eriodus'
2013-11-30 15:52:07 [INFO] [WorldGuard] 0 regions loaded for 'Eriodus_nether'
2013-11-30 15:52:07 [INFO] [WorldGuard] 0 regions loaded for 'Eriodus_the_end'
2013-11-30 15:52:07 [INFO] [WorldGuard] 0 regions loaded for 'EriodusNether'
2013-11-30 15:52:07 [INFO] WorldGuard configuration reloaded.�[m
Report :
WorldGuard Configuration Report
Generated 2013-11-30 15:49 +0100
Version: 5.8
Server Information
Java : Oracle Corporation 1.7.0_45 (http://java.oracle.com/)
Operating system : Windows Server 2012 6.2 (amd64)
Available processors: 8
Free memory : 6050 MB
Max memory : 7851 MB
Total memory : 7851 MB
Server ID : unnamed
Server name : www.2sbdi.com|FPDF-Craft
Implementation : git-Bukkit-1.6.4-R2.0-1-g988f599-b2919jnks (MC: 1.6.4)
Player count : 0/20
Plugins (47)
TuxTwoLib : 1.6.4-b3
LagMeter : 1.15.0
MultiInv : 3.2.6
WorldEdit : 5.5.8
LavaFurnace : 1.65
PermissionsBukkit : 2.1
EpicBoss Gold Edition : 0.1.0
Quests : 1.6.9
Vault : 1.2.27-b349
AntiBotUltra : 5.6
Multiverse-Core : 2.4-b527
thearcher : 2.3.0
Prism : 1.6.8
WorldGuard : 5.8
SleepingPlus : 1.0.1
dynmap : 1.9-853
Punishmental : 4.4
MChat : 1.5.1-R0.6-Unknown
Skyoseasons : 2.3.2
iConomy : 7.0
ExtraHardMode : 3.3.3
MineMaze : 2.1
Lockette : 1.7.12
ProtocolLib : 2.7.3
FoodControl : 1.0
Brewery : 1.1
AutoSaveWorld : 4.11.2
mcMMO : 1.4.07-b3337
Essentials : 2.12.1
WorldBorder : 1.7.6
SimpleRegionMarket : 3.6
Orebfuscator : 1.9.7
Citizens : 2.0.10-SNAPSHOT (build 992)
EssentialsSpawn : 2.12.1
Multiverse-Portals : 2.4-b548
Multiverse-SignPortals : 2.4-b523
Multiverse-NetherPortals: 2.4-b530
UltraTrader : .8 BETA
ScoreboardStats : 0.5.9
CompatNoCheatPlus : 6.4.4-RC-sMD5NET-b61
CraftBook : 3.7-SNAPSHOT:3313-7297866,master
BKCommonLib : 1.55
ChestShop : 3.67
EssentialsChat : 2.12.1
NoCheatPlus : 3.10.5-RC-sMD5NET-b633
PlayerHeads : 3.5-jenkins-PlayerHeads-1-36-g5d2930b
AuthMe : 3.0.4
Worlds
Eriodus (0) :
Information:
Seed : 3081673734908857267
Environment : NORMAL
Player count : 3
Entity count : 103
Loaded chunk count: 260
Spawn location : Location{world=CraftWorld{name=Eriodus},x=934.0,y=66.0,z=-1693.0,pitch=0.0,yaw=0.0}
Raw time : 6810769307
Entities :
CraftSquid : 10 [0.038462]
CraftPainting : 8 [0.030769]
CraftSkeleton : 12 [0.046154]
CraftItemFrame : 10 [0.038462]
CraftCreeper : 12 [0.046154]
CraftItem : 1 [0.003846]
CraftPig : 2 [0.007692]
CraftSheep : 1 [0.003846]
CraftCow : 3 [0.011538]
CraftSilverfish : 17 [0.065385]
CraftSpider : 3 [0.011538]
VillagerNPC : 1 [0.003846]
CraftEnderman : 1 [0.003846]
CraftChicken : 1 [0.003846]
PlayerNPC : 3 [0.011538]
CraftBat : 5 [0.019231]
CraftZombie : 11 [0.042308]
CraftMinecartChest: 2 [0.007692]
Eriodus_nether (1) :
Information:
Seed : -2343687033578038460
Environment : NETHER
Player count : 0
Entity count : 0
Loaded chunk count: 0
Spawn location : Location{world=CraftWorld{name=Eriodus_nether},x=-8.0,y=63.0,z=-6.0,pitch=0.0,yaw=0.0}
Raw time : 15520490
Entities :
Eriodus_the_end (2):
Information:
Seed : -2343687033578038460
Environment : THE_END
Player count : 0
Entity count : 0
Loaded chunk count: 0
Spawn location : Location{world=CraftWorld{name=Eriodus_the_end},x=0.0,y=65.0,z=0.0,pitch=0.0,yaw=0.0}
Raw time : 15520494
Entities :
EriodusNether (3) :
Information:
Seed : 3086610398524948041
Environment : NETHER
Player count : 0
Entity count : 0
Loaded chunk count: 0
Spawn location : Location{world=CraftWorld{name=EriodusNether},x=-6.0,y=56.0,z=7.0,pitch=0.0,yaw=0.0}
Raw time : 6767855
Entities :
Global Configuration
Configuration:
useRegionsScheduler : true
useRegionsCreatureSpawnEvent: true
activityHaltToggle : false
autoGodMode : false
usePlayerMove : true
usePlayerTeleports : false
deopOnJoin : false
blockInGameOp : false
hostKeys : {}
useSqlDatabase : true
sqlDsn : jdbc:mysql://localhost/worldguard
sqlUsername : worldguard
sqlPassword : ****************** // Hidden
World Configurations
Eriodus (0) :
Information :
Configuration file: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus\config.yml
Blacklist file : C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus\blacklist.txt
Regions file : C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus\regions.yml
Configuration :
CONFIG_HEADER : #
WorldGuard's world configuration file
This is a world configuration file. Anything placed into here will only
affect this world. If you don't put anything in this file, then the
settings will be inherited from the main configuration file.
If you see {} below, that means that there are NO entries in this file.
Remove the {} and add your own entries.
summaryOnStart : true
opPermissions : true
fireSpreadDisableToggle : false
itemDurability : true
simulateSponge : false
spongeRadius : 2
disableExpDrops : false
blockPotions : []
blockPotionsAlways : false
pumpkinScuba : false
redstoneSponges : false
noPhysicsGravel : false
noPhysicsSand : false
ropeLadders : false
allowPortalAnywhere : false
preventWaterDamage : []
blockLighter : false
disableFireSpread : true
disableFireSpreadBlocks : []
preventLavaFire : true
allowedLavaSpreadOver : []
blockTNTExplosions : false
blockTNTBlockDamage : false
blockCreeperExplosions : false
blockCreeperBlockDamage : true
blockWitherExplosions : false
blockWitherBlockDamage : true
blockWitherSkullExplosions : false
blockWitherSkullBlockDamage : true
blockEnderDragonBlockDamage : false
blockEnderDragonPortalCreation : false
blockFireballExplosions : false
blockFireballBlockDamage : false
blockOtherExplosions : false
blockEntityPaintingDestroy : false
blockEntityItemFrameDestroy : false
blockPluginSpawning : true
blockGroundSlimes : false
blockZombieDoorDestruction : true
disableContactDamage : false
disableFallDamage : false
disableLavaDamage : false
disableFireDamage : false
disableLightningDamage : false
disableDrowningDamage : false
disableSuffocationDamage : false
teleportOnSuffocation : false
disableVoidDamage : false
teleportOnVoid : false
disableExplosionDamage : false
disableMobDamage : false
useRegions : true
highFreqFlags : false
regionWand : 334
blockCreatureSpawn : []
maxClaimVolume : 30000
claimOnlyInsideExistingRegions : false
maxRegionCountPerPlayer : 7
antiWolfDumbness : true
signChestProtection : false
disableSignChestProtectionCheck: false
removeInfiniteStacks : false
disableCreatureCropTrampling : true
disablePlayerCropTrampling : true
preventLightningFire : false
disallowedLightningBlocks : []
disableThunder : false
disableWeather : false
alwaysRaining : false
alwaysThundering : false
disablePigZap : false
disableCreeperPower : false
disableHealthRegain : false
disableMushroomSpread : false
disableIceMelting : false
disableSnowMelting : false
disableSnowFormation : false
disableIceFormation : false
disableLeafDecay : false
disableGrassGrowth : false
disableMyceliumSpread : false
disableVineGrowth : false
disableEndermanGriefing : true
disableSnowmanTrails : false
regionInvinciblityRemovesMobs : false
disableDeathMessages : false
disableObsidianGenerators : false
Blacklist :
State: DISABLED
Region manager:
Type : com.sk89q.worldguard.protection.managers.PRTreeRegionManager
Number of regions: 0
Global region :
Status: UNDEFINED
Eriodus_nether (0) :
Information :
Configuration file: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_nether\config.yml
Blacklist file : C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_nether\blacklist.txt
Regions file : C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_nether\regions.yml
Configuration :
CONFIG_HEADER : #
WorldGuard's world configuration file
This is a world configuration file. Anything placed into here will only
affect this world. If you don't put anything in this file, then the
settings will be inherited from the main configuration file.
If you see {} below, that means that there are NO entries in this file.
Remove the {} and add your own entries.
summaryOnStart : true
opPermissions : true
fireSpreadDisableToggle : false
itemDurability : true
simulateSponge : false
spongeRadius : 2
disableExpDrops : false
blockPotions : []
blockPotionsAlways : false
pumpkinScuba : false
redstoneSponges : false
noPhysicsGravel : false
noPhysicsSand : false
ropeLadders : false
allowPortalAnywhere : false
preventWaterDamage : []
blockLighter : false
disableFireSpread : true
disableFireSpreadBlocks : []
preventLavaFire : true
allowedLavaSpreadOver : []
blockTNTExplosions : false
blockTNTBlockDamage : false
blockCreeperExplosions : false
blockCreeperBlockDamage : true
blockWitherExplosions : false
blockWitherBlockDamage : true
blockWitherSkullExplosions : false
blockWitherSkullBlockDamage : true
blockEnderDragonBlockDamage : false
blockEnderDragonPortalCreation : false
blockFireballExplosions : false
blockFireballBlockDamage : false
blockOtherExplosions : false
blockEntityPaintingDestroy : false
blockEntityItemFrameDestroy : false
blockPluginSpawning : true
blockGroundSlimes : false
blockZombieDoorDestruction : true
disableContactDamage : false
disableFallDamage : false
disableLavaDamage : false
disableFireDamage : false
disableLightningDamage : false
disableDrowningDamage : false
disableSuffocationDamage : false
teleportOnSuffocation : false
disableVoidDamage : false
teleportOnVoid : false
disableExplosionDamage : false
disableMobDamage : false
useRegions : true
highFreqFlags : false
regionWand : 334
blockCreatureSpawn : []
maxClaimVolume : 30000
claimOnlyInsideExistingRegions : false
maxRegionCountPerPlayer : 7
antiWolfDumbness : true
signChestProtection : false
disableSignChestProtectionCheck: false
removeInfiniteStacks : false
disableCreatureCropTrampling : true
disablePlayerCropTrampling : true
preventLightningFire : false
disallowedLightningBlocks : []
disableThunder : false
disableWeather : false
alwaysRaining : false
alwaysThundering : false
disablePigZap : false
disableCreeperPower : false
disableHealthRegain : false
disableMushroomSpread : false
disableIceMelting : false
disableSnowMelting : false
disableSnowFormation : false
disableIceFormation : false
disableLeafDecay : false
disableGrassGrowth : false
disableMyceliumSpread : false
disableVineGrowth : false
disableEndermanGriefing : true
disableSnowmanTrails : false
regionInvinciblityRemovesMobs : false
disableDeathMessages : false
disableObsidianGenerators : false
Blacklist :
State: DISABLED
Region manager:
Type : com.sk89q.worldguard.protection.managers.PRTreeRegionManager
Number of regions: 0
Global region :
Status: UNDEFINED
Eriodus_the_end (0):
Information :
Configuration file: C:\server\downloads\Minecraft\plugins\Wor(�ldGuard\worlds\Eriodus_the_end\config.yml
Blacklist file : C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_the_end\blacklist.txt
Regions file : C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\Eriodus_the_end\regions.yml
Configuration :
CONFIG_HEADER : #
WorldGuard's world configuration file
This is a world configuration file. Anything placed into here will only
affect this world. If you don't put anything in this file, then the
settings will be inherited from the main configuration file.
If you see {} below, that means that there are NO entries in this file.
Remove the {} and add your own entries.
summaryOnStart : true
opPermissions : true
fireSpreadDisableToggle : false
itemDurability : true
simulateSponge : false
spongeRadius : 2
disableExpDrops : false
blockPotions : []
blockPotionsAlways : false
pumpkinScuba : false
redstoneSponges : false
noPhysicsGravel : false
noPhysicsSand : false
ropeLadders : false
allowPortalAnywhere : false
preventWaterDamage : []
blockLighter : false
disableFireSpread : true
disableFireSpreadBlocks : []
preventLavaFire : true
allowedLavaSpreadOver : []
blockTNTExplosions : false
blockTNTBlockDamage : false
blockCreeperExplosions : false
blockCreeperBlockDamage : true
blockWitherExplosions : false
blockWitherBlockDamage : true
blockWitherSkullExplosions : false
blockWitherSkullBlockDamage : true
blockEnderDragonBlockDamage : false
blockEnderDragonPortalCreation : false
blockFireballExplosions : false
blockFireballBlockDamage : false
blockOtherExplosions : false
blockEntityPaintingDestroy : false
blockEntityItemFrameDestroy : false
blockPluginSpawning : true
blockGroundSlimes : false
blockZombieDoorDestruction : true
disableContactDamage : false
disableFallDamage : false
disableLavaDamage : false
disableFireDamage : false
disableLightningDamage : false
disableDrowningDamage : false
disableSuffocationDamage : false
teleportOnSuffocation : false
disableVoidDamage : false
teleportOnVoid : false
disableExplosionDamage : false
disableMobDamage : false
useRegions : true
highFreqFlags : false
regionWand : 334
blockCreatureSpawn : []
maxClaimVolume : 30000
claimOnlyInsideExistingRegions : false
maxRegionCountPerPlayer : 7
antiWolfDumbness : true
signChestProtection : false
disableSignChestProtectionCheck: false
removeInfiniteStacks : false
disableCreatureCropTrampling : true
disablePlayerCropTrampling : true
preventLightningFire : false
disallowedLightningBlocks : []
disableThunder : false
disableWeather : false
alwaysRaining : false
alwaysThundering : false
disablePigZap : false
disableCreeperPower : false
disableHealthRegain : false
disableMushroomSpread : false
disableIceMelting : false
disableSnowMelting : false
disableSnowFormation : false
disableIceFormation : false
disableLeafDecay : false
disableGrassGrowth : false
disableMyceliumSpread : false
disableVineGrowth : false
disableEndermanGriefing : true
disableSnowmanTrails : false
regionInvinciblityRemovesMobs : false
disableDeathMessages : false
disableObsidianGenerators : false
Blacklist :
State: DISABLED
Region manager:
Type : com.sk89q.worldguard.protection.managers.PRTreeRegionManager
Number of regions: 0
Global region :
Status: UNDEFINED
EriodusNether (0) :
Information :
Configuration file: C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\EriodusNether\config.yml
Blacklist file : C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\EriodusNether\blacklist.txt
Regions file : C:\server\downloads\Minecraft\plugins\WorldGuard\worlds\EriodusNether\regions.yml
Configuration :
CONFIG_HEADER : #
WorldGuard's world configuration file
This is a world configuration file. Anything placed into here will only
affect this world. If you don't put anything in this file, then the
settings will be inherited from the main configuration file.
If you see {} below, that means that there are NO entries in this file.
Remove the {} and add your own entries.
summaryOnStart : true
opPermissions : true
fireSpreadDisableToggle : false
itemDurability : true
simulateSponge : false
spongeRadius : 2
disableExpDrops : false
blockPotions : []
blockPotionsAlways : false
pumpkinScuba : false
redstoneSponges : false
noPhysicsGravel : false
noPhysicsSand : false
ropeLadders : false
allowPortalAnywhere : false
preventWaterDamage : []
blockLighter : false
disableFireSpread : true
disableFireSpreadBlocks : []
preventLavaFire : true
allowedLavaSpreadOver : []
blockTNTExplosions : false
blockTNTBlockDamage : false
blockCreeperExplosions : false
blockCreeperBlockDamage : true
blockWitherExplosions : false
blockWitherBlockDamage : true
blockWitherSkullExplosions : false
blockWitherSkullBlockDamage : true
blockEnderDragonBlockDamage : false
blockEnderDragonPortalCreation : false
blockFireballExplosions : false
blockFireballBlockDamage : false
blockOtherExplosions : false
blockEntityPaintingDestroy : false
blockEntityItemFrameDestroy : false
blockPluginSpawning : true
blockGroundSlimes : false
blockZombieDoorDestruction : true
disableContactDamage : false
disableFallDamage : false
disableLavaDamage : false
disableFireDamage : false
disableLightningDamage : false
disableDrowningDamage : false
disableSuffocationDamage : false
teleportOnSuffocation : false
disableVoidDamage : false
teleportOnVoid : false
disableExplosionDamage : false
disableMobDamage : false
useRegions : true
highFreqFlags : false
regionWand : 334
blockCreatureSpawn : []
maxClaimVolume : 30000
claimOnlyInsideExistingRegions : false
maxRegionCountPerPlayer : 7
antiWolfDumbness : true
signChestProtection : false
disableSignChestProtectionCheck: false
removeInfiniteStacks : false
disableCreatureCropTrampling : true
disablePlayerCropTrampling : true
preventLightningFire : false
disallowedLightningBlocks : []
disableThunder : false
disableWeather : false
alwaysRaining : false
alwaysThundering : false
disablePigZap : false
disableCreeperPower : false
disableHealthRegain : false
disableMushroomSpread : false
disableIceMelting : false
disableSnowMelting : false
disableSnowFormation : false
disableIceFormation : false
disableLeafDecay : false
disableGrassGrowth : false
disableMyceliumSpread : false
disableVineGrowth : false
disableEndermanGriefing : true
disableSnowmanTrails : false
regionInvinciblityRemovesMobs : false
disableDeathMessages : false
disableObsidianGenerators : false
Blacklist :
State: DISABLED
Region manager:
Type : com.sk89q.worldguard.protection.managers.PRTreeRegionManager
Number of regions: 0
Global region :
Status: UNDEFINED
END OF REPORT
Hope you can help me and help others .
I did some research on youtrack but i didn't find someone has the same problem.
Thanks for your help !
Comment by Krossfire
That's doesn't work . The FK_region_name doesn't exist .
I already try to do it but this error stop the "update" of this database
Maybe have you a hint to know if my database is in the old or new version ?
===========================
After trying to update it :
Requête SQL:
ALTER TABLE region_cuboid
DROP FOREIGN KEY fk_region_cuboid_region
;
MySQL a répondu: Documentation
#1091 - Can't DROP 'fk_region_cuboid_region'; check that column/key exists
fk_region_cuboid_region : doesn't exist in my DB