Stránka 1 z 1

gm

Napsal: 30 kvě 2013, 20:26
od Stere0n_J0e
Server: IP:93.91.250.136:37778

Ako spravím to že ked ma nekto gm tak bych mu určite veci zakazal brat a davat napr vajcia monster

Re: gm

Napsal: 30 kvě 2013, 21:02
od David12021

Re: gm

Napsal: 02 čer 2013, 18:57
od Stere0n_J0e
to mi zakazuje vsetko nejaky iny jednoduchy plugin na toto? neni to v essentials protect ci neco ine

skusil som dat creative control ale ako tam pridam tie veci ktore nemozu ani s gm zobrat z invu?
http://dev.bukkit.org/bukkit-mods/creativecontrol/

Re: gm

Napsal: 02 čer 2013, 23:44
od StanoMalek
Creative control:
open "CreativeControl -> worlds -> [vybraný svět]"
Tam najdi řádek: Inventory:
a tam přidávej IDčka: "347, 259, 326, 327, 8, 9, 10, 11, 46, 51, 52, 79, 138, 328, 342, 343, 331, 356, 76, 55, 154, 373, 384" (třeba tyto) :ugeek:

Re: gm

Napsal: 03 čer 2013, 15:42
od Stere0n_J0e
do tychto zatvoriek asi ze? []

Kód: Vybrat vše

  ## Inventory, list here, all block/item ids that will be automatically removed from creative players inventories.
  Inventory: []

Re: gm

Napsal: 03 čer 2013, 17:11
od StanoMalek
třeba takto:
Vlastně to dej do "ItemInteract:"
Spoiler: zobrazit

Kód: Vybrat vše

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, 138, 328, 342, 343, 347, 331, 356, 76, 55
  ## 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, 347, 158, 154
  ## 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, 347
  ## Inventory, list here, all block/item ids that will be automatically removed from creative players inventories.
  Inventory: 347, 259, 326, 327, 8, 9, 10, 11, 46, 51, 52, 79, 138, 328, 342, 343, 331, 356, 76, 55, 154, 373, 384
  ## 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

Re: gm

Napsal: 03 čer 2013, 19:29
od Stere0n_J0e
dobre funguje to ale ako spravim to aby hrac s gm mohol nicit blocky
Spoiler: zobrazit

Kód: Vybrat vše

World:
  ## GameMode, the main gamemode of this world, options are SURVIVAL, CREATIVE or ADVENTURE.
  GameMode: SURVIVAL
  ## 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 GameMode will be used.
  ChangeGameMode: false

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, 7, 133, 41, 57
  ## 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: 137, 52, 7, 384, 385, 389:0, 383:50, 383:51, 383:52, 383:53, 383:54, 383:55, 383:56, 383:57, 383:58, 383:59, 383:60, 383:61, 383:62, 383:63, 383:64, 383:65, 383:66, 383:90, 383:91, 383:92, 383:93, 383:94, 383:95, 383:96, 383:98, 383:120, 397:1, 397
  ## ItemInteract, list here, all block/item ids that creative players will be unable to interact with, this means right click only.
  ItemInteract: 137, 52, 7, 384, 385, 389:0, 383:50, 383:51, 383:52, 383:53, 383:54, 383:55, 383:56, 383:57, 383:58, 383:59, 383:60, 383:61, 383:62, 383:63, 383:64, 383:65, 383:66, 383:90, 383:91, 383:92, 383:93, 383:94, 383:95, 383:96, 383:98, 383:120, 397:1, 397
  ## 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

## 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:
  ## WaterFlow, if true, creative blocks will be protected against water (eg torches)
  WaterFlow: false
  ## 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: false
  ## NoDrop, if true, blocks placed by creative players will not drop when breaked
  NoDrop: false
  ## 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: true
  ## 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: false
  ## 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: false
  ## 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: true
  ## ItemFrame, if true, creative players will be unable to use itemframes
  ItemFrame: true
  ## VehicleDrop, if trus, this plugin will try to prevent minecarts and boats created by creative player to drop!
  VehicleDrop: false
  ## 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: gm

Napsal: 03 čer 2013, 20:35
od StanoMalek
To ničení bloků nebude zde v CreativeControl. Bude to v něčem jiném. Nedal si jim permisse? Doplň plugin list.

Re: gm

Napsal: 03 čer 2013, 20:52
od Stere0n_J0e
ale bude predtym to islo a zadne permissiony som im nedal

-- 04 čer 2013, 14:53 --

vyresene mozete lock