CreativeControl chyba

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: CreativeControl chyba

#11 Příspěvekod Smexhy » 25 bře 2013, 18:14

Kentan píše:Server: IP:
93.91.250.143:27185


prosím vás stále mám nastavené že hráči s creative nemôžu dropovať, ale stále v creative dropovať môžem, môže byť chyba v tom že ako majitel servera mam v pex nastavene "*" ?

Prosím ťa popíš svoj problém presnejšie...čo ti nejde?

Kentan
Příspěvky: 86
Registrován: 10 bře 2013, 16:49
Reputation: 0

Re: CreativeControl chyba

#12 Příspěvekod Kentan » 26 bře 2013, 01:52

Presnejšie, nastavím v configu sveta v creativecontrol ID vecí ktoré nemôžu hráči v creativ mode dropovať či už použivať potion flaštičky. Všetko som nastavil, ale bohužial admini mi môžu neustále ako dropovať tak aj používať potiony. Rovnako som sa snažil aj nastaviť adminom aby mohli stavať len v určitej reske, samozrejme ani to nejde. Akoby celý plugin nereagoval.
Skúsil som adminom odobrať fuknciu pex "*" a dat im v hre creativ a stale to mohli. Neviem či sú nato zvlášt pex príkazi v configu, ak áno tak by mohla byť aj v tom chyba bohužial ich nikde ani neviem nájsť.

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: CreativeControl chyba

#13 Příspěvekod Smexhy » 26 bře 2013, 06:04

Pošli sem ten upravený config cc...

Kentan
Příspěvky: 86
Registrován: 10 bře 2013, 16:49
Reputation: 0

Re: CreativeControl chyba

#14 Příspěvekod Kentan » 26 bře 2013, 13:39

Config:
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: 23, 54, 58, 61, 62, 84, 116, 117, 130, 145
  ## 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:
  ## 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: false
  ## 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: false
  ## 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: false
  ## 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: true
  ## 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 -->

a dodam sem aj permission ktore com nasiel k tomu ale bohužial neviem ako to funguje, ci tam stači dat tiež len čisla alebo
to dať do minusovej hodnoty.
http://dev.bukkit.org/server-mods/creativecontrol/pages/permissions/

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: CreativeControl chyba

#15 Příspěvekod Smexhy » 26 bře 2013, 16:24

Config vyzerá byť v poriadku, pošli ešte permissions.yml

Kentan
Příspěvky: 86
Registrován: 10 bře 2013, 16:49
Reputation: 0

Re: CreativeControl chyba

#16 Příspěvekod Kentan » 26 bře 2013, 16:30

Spoiler: zobrazit

Kód: Vybrat vše

groups:
    Default:
        default: true
        permissions:
        - essentials.spawn
        - essentials.rules
        - essentials.motd
        - essentials.list
        - essentials.helpop
        - essentials.help
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.sethome
        - essentials.home
        - authme.register
        - authme.login
        - authme.changepassword
        - authme.logout
        - jobs.join.*
        - jobs.world.world
        - jobs.join.*
        - jobs.world.*
        - residence.create
        - modifyworld.*
        prefix: '&e[Hrac]'
        options:
            build: true
            rank: '1000'
    Admin:
        permissions:
        - '*'
        prefix: '&2[Admin] &4'
        options:
            build: true
            rank: '10'
    Owner:
        permissions:
        - '*'
        prefix: '&4[Majitel] &2'
        options:
            build: true
            rank: '0'
users:
    Kentan:
        group:
        - Owner
    miokio123654:
        group:
        - Admin
    TomCity:
        group:
        - Admin
    zemiak42:
        group:
        - Admin
    DonuT:
        group:
        - Admin

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: CreativeControl chyba

#17 Příspěvekod Smexhy » 26 bře 2013, 16:34

No všetko máš dobre, ale pamätaj, že admini a OP na toto vplyv nemajú, takže tých plugin nezaznamenáva...

Kentan
Příspěvky: 86
Registrován: 10 bře 2013, 16:49
Reputation: 0

Re: CreativeControl chyba

#18 Příspěvekod Kentan » 26 bře 2013, 16:42

A sú dajaké permissie ktore by zaznamenávali aj adminov? alebo by mi pomohol aj prikaz ktorym by admini mohli dat gm len sebe

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: CreativeControl chyba

#19 Příspěvekod Smexhy » 26 bře 2013, 17:00

Tak nedávaj adminom všetky permisse ale pridaj im ich jednotlivo...a ak chceš aby si mohli dať GM len sebe daj im zápornú permissu -

Kód: Vybrat vše

- -essentials.gamemode.others


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 47 hostů