Plugin Factions

Gamerstar

Architecte en herbe
19 Mars 2014
146
8
75
34
Salut j'aimerai enlever les régles du plugin faction dans certain monde mais cela ne marche pas pourriez vous m'aider?
Voilà ma config:
{
"aliasesF": [
"f"
],
"worldsClaimingEnabled": {
"standard": true,
"exceptions":
"world_nether",
"world_the_end"
},
"worldsPowerLossEnabled": {
"standard": true,
"exceptions":
"world_nether",
"world_the_end"
},
"worldsPvpRulesEnabled": {
"standard": true,
"exceptions":
"world_the_end"
},
 
Essaye comme ca:

Code:
{
"aliasesF": [
"f"
],
"worldsClaimingEnabled": {
"standard": true,
"exceptions": [world_nether, world_the_end]
},
"worldsPowerLossEnabled": {
"standard": true,
"exceptions":
"world_nether",
"world_the_end"
},
"worldsPvpRulesEnabled": {
"standard": true,
"exceptions": [world_the_end]
},