Ahoj, vcera jsem aktualizoval plugin CreativeControl ale kdyz hrac s creative znici/postavi blok tak mu to napsise toto a kickne ho to:

Zde je config cc:
Kód: Vybrat vše
Prevent:
## Players with creative mode CAN'T attack others players
PvP: true
## Players with creative mode CAN'T pickup items
Pickup: true
## Players with creative mode CAN'T drop items
Drop: true
## Players with creative mode CAN'T attack mobs.
Mob: true
## Players with creative mode CAN'T be target by mobs.
Target: true
## Player with creative mode CAN'T use those commands.
Commands:
- /sell
- /buy
##Multi World Configurations
MultiWorld:
## If the player is in a fully no creative world, set him to survival?
setSurvival: true
## All fully no creative worlds.
NoCreativeWorlds:
- world_name
## All worlds which not will have CreativeControl protections.
Exclude:
- world_name
Remove:
## Players with creative mode CAN'T create iron golems
IronGolem: true
## Players with creative mode CAN'T create snow golems
SnowGolem: true
## Players with creative mode CAN'T use Creature Eggs
CreatureEGG: true
## Players with creative mode CAN'T throw chicken eggs
ChickenEGG: true
## Players with creative mode CAN'T throw exp bottle
ExpBottle: true
BlackList:
Use:
## This will prevent the USE of the item, will be possible place/break.
MineCartStorage: true
WaterBucket: true
LavaBucket: true
FlintNSteel: true
Furnace: true
Dispenser: true
Workbench: true
Chest: true
## List here, all the items you dont wanna to be used.
Others:
- 261
- 346
Place:
BedRock: false
Ice: true
TnT: false
## List here, all the blocks you dont wanna to be placed
Other:
- 8
- 9
- 10
- 11
- 51
Break:
BedRock: true
## List here, all the blocks you dont wanna to be broken
Other:
- 14
- 15
Limits:
## Limit of block place/break per second.
PlacePerSec: 100
BreakPerSec: 100
## Protection type for blocks placed by and creative.
Protection:
## The block placed by an creative will drop nothing when broken, even if a survival break it.
NoDrop: true
## The block placed will be auto protected and only can be destroyed by the owner.
OwnBlock: false
## Blocks placed by and creative will be unable to be pulled/pushed
Pistons: true
## MySQL Configuration
MySQL:
## Use MySQL?
enabled: false
host: localhost:3306
database: ccontrol
username: root
password: 123
PlayerData:
## Set the player gamemode to survival on quit [Leave this true if you use authme, authdb, xauth, any other auth plugin with inventory manager]
SetSurvival: true
## Save the survival player status, like Health, food etc.
Status: true
## Separate the inventories, one to creative and other to survival.
Inventory: true
DataBase:
## Time to save the nodrop/ownblock database [in minutes]
SaveInterval: 5
## Announce the database saving?
announce: false
Messages:
## If you dont wanna any messages, set this to true.
Quiet: false
## Select your language, avaliable by default is en_US and pt_BR.
locale: en_US
## Debug Messages.
debug: false
## Uselless debug messages.
superdebug: false