Stránka 1 z 1

Lektvary - creative

Napsal: 29 pro 2015, 10:33
od pitilon@seznam.cz
82.208.17.25:27221

Chci se zeptat, jestli je nějaké řešení, jak zakázat, aby hráči vyhazovali v creative lektvary, protože mám creative server, a tam furt hráči po sobě házi lektvary, a už mě to štve.. Kdyby to šlo i přes plugin na parcely (PlotSquared) díky

Re: Lektvary - creative

Napsal: 29 pro 2015, 13:34
od ungurof
Ahoj,
Přes PlotSquared to asi nepůjde, ale jistě to jde přes plugin CreativeControl.
Jdi do /plugins/CreativeControl/worlds/{název tvého creative světa}
Najdi soubor {název tvého creative světa}.yml a otevři ho.
Najdi v configu:

Kód: Vybrat vše

BlackList:
  ## Commands, list here all commands to disallow creative players to use.
  Commands: /buy, /sell, /logout
  ## SurvivalCommands, list here, all commands to disallow survival players to use.
  SurvivalCommands: []
  ## BlockPlace, list here, all block ids that creative players will be unable to place.
  BlockPlace: 8, 9, 10, 11, 46, 51, 52, 79:0
  ## BlockBreak, list here, all block ids that creative players will be unable to break.
  BlockBreak: []
  ## ItemUse, list here, all block/item ids that creative players will be unable to use, this means right and left click.
  ItemUse: 259, 326, 327, 384, 385, 389:0
  ## ItemInteract, list here, all block/item ids that creative players will be unable to interact with, this means right click only.
  ItemInteract: 23, 54:0, 58, 61, 62, 84, 116:0, 117, 130, 145
  ## Inventory, list here, all block/item ids that will be automatically removed from creative players inventories.
  Inventory: []
  ## SignText, list here, the line of all signs that creative players will be unable to interact with.
  ## Obs: DONT INCLUDE [] or color codes, and use _ for spaces. This option does not work well, is recomended to use the permission system.
  SignText: buy, sell, trade


a do řádky

Kód: Vybrat vše

ItemUse: 259, 326, 327, 384, 385, 389:0


Si vypiš ID věcí které nesmí používat. {Ve chvíli kdy si daný předmět dají do inventáře tak zmizí}

Poté jen restartuj server a bude to....... :D