Stránka 1 z 1

zakázane dropovanie

Napsal: 24 bře 2013, 21:59
od Kentan
Server: IP:93.91.250.143:27185

prosím potreboval by som príkaz alebo plugin, ktorý by mi umožnil si upravit pex tak aby som mohol adminom, builderom
spraviť to aby nemohli dropovať, stavať a používať určité itemy a samozrejme aby nemohli dať druhím hráčom dat /cm... Ak by ste mali daný plugin poprosil by som aj poradiť s ním. Ďakujem veľmi pekne

Re: zakázane dropovanie

Napsal: 24 bře 2013, 22:18
od vasikxl
Zkus CreativeControl nebo LimitedCreative....

Re: zakázane dropovanie

Napsal: 24 bře 2013, 22:30
od Kentan
Skusam ten CC ale dajako to asi nejde nakolko som vypol urcite veci a stale sa daju dropnut aj pouzivat ci uy po restarte alebo aj bey rst

Re: zakázane dropovanie

Napsal: 24 bře 2013, 22:32
od Smexhy
Pošli sem config pluginu...

Re: zakázane dropovanie

Napsal: 24 bře 2013, 22:35
od Kentan
/cc nema config je tu len
database.db
messages.yml
settings.yml

Re: zakázane dropovanie

Napsal: 24 bře 2013, 22:36
od Smexhy
Otvor zložku worlds a pošli config sveta kde chceš danú vec zakázať...

Re: zakázane dropovanie

Napsal: 24 bře 2013, 22:38
od Kentan
v /cc je toto
( samozrejme som siel v plugine cc do svetov )
Spoiler: zobrazit

Kód: Vybrat vše

World:
  ## Creative, if true, players will be unabled to have survival in this world, if false, players will be unable to have creative in this world unless if he have permission.
  Creative: false
  ## Exclude, if true, this plugin will ignore this world, it means that any protections will be effective in this world.
  Exclude: false
  ## ChangeGameMode, if true, this plugin will handle the gamemode per world, the option above (Creative) will be used.
  ChangeGameMode: false

## Obs: Use Block ID Only, ID:DATA is not supported yet, [] means the list is empty
BlackList:
  ## Commands, list here all commands to disallow creative players to use.
  Commands: /buy, /sell, /logout
  ## BlockPlace, list here, all block ids that creative players will be unable to place.
  BlockPlace: 8, 9, 10, 11, 46, 51, 52, 79
  ## 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
  ## ItemInteract, list here, all block/item ids that creative players will be unable to interact with, this means right click only.
  ItemInteract: 23, 54, 58, 61, 62, 84, 116, 117, 130, 145
  ## Inventory, list here, all block/item ids that will be automatically removed from creative players inventories.
  Inventory: []
  ## EconomySign, 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.
  EconomySigns: buy, sell, trade

## To any option in "MiscProtection" Works, Events.MiscProtection has to be "true" in settings.yml.
MiscProtection:
  ## NoTNTExplosion, if true, TNT placed by creative players will not explode.
  NoTNTExplosion: false
  ## IceMelt, if true, ICE placed by creative players will not melt [CPU++]
  IceMelt: false
  ## LiquidControl, if true, liquids placed by creative players will not flow [CPU++] [BUGGY]
  LiquidControl: false
  ## Fire, if true, blocks placed by creative players will not burn. [CPU+]
  Fire: false

BlockProtection:
  ## WorldEdit, if true, blocks created by WorldEdit will not drop when breaked.
  WorldEdit: false
  ## OwnBlocks, if true, blocks placed by creative players will have a ownship system, only the owner or properly allowed people will be able to break it. The block still protected with NoDrop.
  OwnBlocks: true
  ## NoDrop, if true, blocks placed by creative players will not drop when breaked
  NoDrop: true
  ## Explosions, if true, creative blocks will be protected against explosions. [REQUIRE NoDrop or OwnBlocks Activated]
  Explosions: false
  ## CreativeOnly, if true, only creative players area ble to break creative blocks. [REQUIRE NoDrop or OwnBlocks Activated]
  CreativeOnly: false
  ## Pistons, if true, blocks placed by creative players will not be pushed/pulled by pistons [REQUIRE NoDrop or OwnBlocks Activated]
  Pistons: false
  ## Physics, if true, blocks placed by creative players will not fall in some cases, it is buggy, bukkit does not have an api method for that yet. [REQUIRE NoDrop or OwnBlocks Activated]
  Physics: false
  ## BlockAgainst, if true, the OwnBlock system will check if the block against the block placed is protected.
  BlockAgainst: false
  ## CheckAttached, if true, attached blocks like torches will be protected by the NoDrop or OwnBlocks system.
  CheckAttached: false
  ## inverted, if true, the exclude list will work as a include list, so, the block will only be protected if its id is listed here.
  inverted: false
  ## exclude, list here, all block ids to be ignored by the NoDrop/OwnBlocks system, more blocks you list here, better will be the performance.
  exclude: 0, 8, 9, 10, 11

Preventions:
  ##ItemDrop, if true, creative players will be unable to drop items
  ItemDrop: false
  ##ItemPickup, if true, creative players will be unable to pickup items
  ItemPickup: false
  ## PvP, if true, creative players will be unable to attack other players
  PvP: false
  ## Mobs, if true, creative players will be unable to attack mobs
  Mobs: false
  ## Eggs, if true, creative players will be unable to use Monster and Chicken eggs.
  Eggs: true
  ## Target, if true, creative players will not be target by mobs [CPU+]
  Target: false
  ## MobsDrop, if true, when a creative player kills a mob, no drop or exp will be given.
  MobsDrop: true
  ## IronGolem, if true, prevent creative players from creating Iron Golems
  IronGolem: true
  ## SnowGolem, if true, prevent creative players from creating Snow Golems
  SnowGolem: true
  ## Wither, if true, prevent creative players from creating Wither
  Wither: true
  ## ClearDrops, if true, when a creative player die, the drops will be removed
  ClearDrops: true
  ## Enchantments, if true, creative players will be unable to enchant items.
  Enchantments: true
  ## MineCartStorage, if true, creative players will be unable to use chest/furnaces in minecarts
  MineCartStorage: true
  ## BreakBedRock, if true, creative players will be unable to break the 'bottom' of the world
  BreakBedRock: true
  ## InvInteract, if true, creative players will be unable to interact with any type of inventory but the creative and creative quickbar.
  InvInteract: true
  ## Bonemeal, if true, creative players will be unable to use Bone meal on tress, there is no api methods for that yet, might be a litle buggy.
  Bonemeal: true
  ## InteractVillagers, if true, creative players will be unable to interact with villagers.
  InteractVillagers: true
  ## PotionSplash, if true, creative players will be unable to use potions
  PotionSplash: false
  ## ItemFrame, if true, creative players will be unable to use itemframes
  ItemFrame: false
  ## VehicleDrop, if trus, this plugin will try to prevent minecarts and boats created by creative player to drop!
  VehicleDrop: true
  ## VehicleLimit, set a limit of how much vehicles a creative player can create without destroying the old one.
  VehicleLimit: -1
  ## StackLimit, set the limit of amount per item that a creative player can have.
  StackLimit: 1
  ## InventoryOpen, if true, creative players will be unable to open any inventory apart from the creative inventory.
  InventoryOpen: false

# End of the file -->

Re: zakázane dropovanie

Napsal: 25 bře 2013, 06:43
od Smexhy
No a v tomto configu si môžeš krásne nastaviť dropovanie, používanie elixirov, zakazovanie určitých príkazov/blokov atď. Veľmi jednoduchý plugin na úpravu :)