Více otázek

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
ON2X
Příspěvky: 254
Registrován: 16 pro 2013, 13:08
Reputation: 0

Více otázek

#1 Příspěvekod ON2X » 31 led 2014, 00:04

93.91.240.250:27650

Zdravím potřebuji pomoct

1) Jakým příkazem do permissu nastavim skupině aby nemohla dělat vod.portaly (creativegates) jaký je záporná permiss
2) Mám na serveru Creative-control ale hráči můžou vyhazovat věci na zem (GM) nemá tento plugin to ochraňovat ? dřív my to šlo ale teď časem sem zjistil že mi to nejde
3) Jak nastavím do příkazovýho bloku aby se v ARENE vyplo GM a FLY ???


Děkuji...

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Více otázek

#2 Příspěvekod nejento » 31 led 2014, 00:45

1) Zápoerný permission: -creativegates.create
2) Dej sem config
3) Seznam pluginů
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

mororo
Příspěvky: 55
Registrován: 27 zář 2013, 14:08
Reputation: 0

Re: Více otázek

#3 Příspěvekod mororo » 31 led 2014, 01:44

nejento píše:1) Zápoerný permission: -creativegates.create
2) Dej sem config
3) Seznam pluginů

Ještě dodatek, záporné permissions musí byt první, před povolením!

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Více otázek

#4 Příspěvekod nejento » 31 led 2014, 02:03

Není pravda. Logicky hlavně, když dávám záporný permission, nebudu si tam dávat permission na povolení, ne?
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

ON2X
Příspěvky: 254
Registrován: 16 pro 2013, 13:08
Reputation: 0

Re: Více otázek

#5 Příspěvekod ON2X » 31 led 2014, 09:20

2)

Kód: Vybrat vše

Database:
  ## MySQL, the database type, can be SQLite, MySQL or H2
  Type: SQLite
  ## host, the MySQL host name
  host: localhost
  ## port, the MySQL port
  port: 3306
  ## user, the MySQL user name
  user: root
  ## pass, the MySQL password, '' if none.
  pass: 123
  ## database, the MySQL database to be used by this plugin
  database: minecraft
  ## prefix, the prefix used to create the tables in the sql database
  prefix: crcr_

## This section will define which group the player will be added when he changes his gamemode.
Permissions:
  ## ChangeGroups, if true, creative players will be added to the 'CreativeGroup'
  ChangeGroups: false
  ## CreativeGroup, the group that the player will be put on when changing to creative
  CreativeGroup: MembersCreative
  ## KeepCurrentGroup, if true, the player will not lose his current group, the creative group will just be added to its current groups.
  KeepCurrentGroup: true
  ## OpHasPerm, if true, ops will have all the permissions and will not be checked by your permissions plugin
  OpHasPerm: false

Queue:
  ## Threads, the number of threads to be use to process the database
  Threads: 2
  ## Speed, the speed of the queue, if your server is taking too long to shutdown, increase this option.
  Speed: 0.1

Cache:
  ## MaxCapacity, the maximum cache capacity, higher this value is, better will be the performance, but also the memory usage will increase.
  MaxCapacity: 15000
  ## PreCache, the amount of items to be cached on startup, if you have a big database, this may increase the load time.
  PreCache: 10000

Configurations:
  ## Single, if true, only the world.yml file will be used, other ones will be ignored.
  Single: false
  ## Conflict, if true, if required, some functions of this plugin will be automatically disabled to avoid conflict.
  Conflict: true
  ## FriendSystem, if true, the friend system will be enabled, this may take a bit of resources, just a bit.
  FriendSystem: false

Updater:
  ## Check for updates?
  Enabled: true

Selection:
  ## UseWorldEdit, if true, worldedit will be used to make selections. Otherwise the tool defined below will be used.
  UseWorldEdit: true
  ## The Item ID used to select regions, if UseWorldEdit is false
  Tool: 369

Events:
  ## Use PlayerMoveEvent? This may take a lot of resources on large servers, but is required to Creative/Survival regions work.
  PlayerMove: false
  ## Enable MiscProtections? Not recommended to use, I'll probably remove it on future releases.
  MiscProtection: false

PlayerData:
  ## Inventory, if true, players will have an inventory to survival, other to creative an other to adventurer
  Inventory: true
  ## Status, if true, will save the player survival status [e.g Health, Food, etc]
  Status: true
  ## Teleport, if true, the player will be teleported to the floor on login if needed
  Teleport: false
  ## SetSurvival, if true, the player will be set to survival on login (ATTENTTION: THIS MAY GLITCH WITH AUTH PLUGINS)
  SetSurvival: false
  ## FallGlith, if true, if the player is falling and right before hitting the ground he change its gamemode to survival he wont take damage
  FallGlitch: false
  ## HideInventory, if true, the player inventory will be hidden until login using an auth plugin
  HideInventory: false

## This section will define the armor to set on every creative player, for advanced options, while wearing the armor type /cc set armor.
CreativeArmor:
  ## Helmet, the player helmet
  Helmet: 0
  ## Chestplate, the player chestplate
  Chestplate: 0
  ## Leggings, the player leggings
  Leggings: 0
  ## Boots, the player boots
  Boots: 0

Communicator:
  ## Quiet, if true, any messages will be displayed
  Quiet: false

Debug:
  ## Console, if true, debug messages will be displayed in the console
  Console: false
  ## Stack, if true, common errors will be printed by full [leave it true C:]
  Stack: true

# End of the file -->


3)

Kód: Vybrat vše

 AdminShop   
 AntiCreeper3   
 AuthMe   
 AutoMessage   
 ChatControl   
 ChatManager   
 ChestShop   
 Citizens   
 ColoredTablist   
 ControlTPA   
 CoreProtect   
 CreativeControl   
 CreativeGates   
 DigitalClock   
 DisguiseCraft   
 EasyAntiSpam   
 Essentials   
 Factions   
 HealthBar   
 HeroicDeathPlus   
 Jobs   
 LWC   
 LightVote   
 Lockette   
 MineResetLite   
 MobArena   
 Multiverse-Core   
 MyCommand   
 NoCheatPlus   
 Online Player Signs   
 PermissionsEx   
 PluginMetrics   
 Residence   
 ScoreboardStats   
 SimpleReserve   
 SpamHammer   
 StatusSign   
 TabColor   
 TimTheEnchanter   
 TreeAssist   
 Ultrabans   
 Updater   
 VaultRank   
 WorldEdit   
 iConomy   
 mcjobs   
 pvparena   
 uHome   
 update   
 AdminShop.jar   22 KB 13. 01. 17:16
 AntiCreeper.jar   56.8 KB 23. 12. 16:55
 AuthMe.jar   1 MB 15. 12. 14:53
 AutoMessage.jar   47.7 KB 23. 01. 17:30
 ChatControl_4.3.6.jar   45.9 KB 17. 01. 08:13
 ChatManager.jar   10.3 KB 15. 12. 15:06
 ChestShop.jar   127 KB 25. 12. 21:34
 Citizens.jar   687.7 KB 15. 12. 15:07
 Color4Signs.jar   11.2 KB 27. 01. 16:35
 ControlTPAv2-0.jar   5.4 KB 15. 12. 15:41
 CoreProtect_2.0.8.jar   226.8 KB 22. 12. 15:50
 CreativeControl.jar   281.9 KB 20. 12. 18:39
 CreativeGates.jar   55.6 KB 15. 12. 20:30
 DigitalClock.jar   35.7 KB 19. 12. 08:41
 DisguiseCraft.jar   107 KB 21. 01. 20:04
 EasyAntiSpam.jar   4.6 KB 03. 01. 20:29
 Essentials.jar   689.1 KB 15. 12. 15:07
 EssentialsProtect.jar   637.2 KB 15. 12. 15:07
 EssentialsSpawn.jar   13.4 KB 15. 12. 15:06
 FakaHedaMinequery.jar   12 KB 31. 01. 08:00
 FakeChat.jar   49.6 KB 19. 01. 13:03
 HealthBar-dev.jar   54.4 KB 27. 01. 16:36
 HeroicDeathPlus.jar   104.2 KB 21. 01. 08:51
 Jobs.jar   131.4 KB 28. 01. 20:54
 LWC.jar   565.1 KB 15. 12. 14:23
 LightVote.jar   30.9 KB 20. 12. 20:04
 Lockette.jar   56.1 KB 27. 01. 16:34
 MineResetLite.jar   49.1 KB 17. 01. 08:13
 MobArena.jar   374.9 KB 15. 12. 15:07
 Multiverse-Core-2.4.jar   318.2 KB 30. 01. 18:32
 MyCommand.jar   67.3 KB 27. 01. 16:38
 NoCheatClassic.jar   159.2 KB 20. 12. 20:04
 NoCheatPlus.jar   672.7 KB 25. 12. 21:35
 NoLagg-1.90.3.jar   281 KB 16. 12. 14:04
 NoTNT V1.1.jar   2.7 KB 20. 12. 14:25
 OPS.jar   11.1 KB 12. 01. 13:30
 PermissionsEx.jar   147.2 KB 15. 12. 15:07
 Residence.jar   266.8 KB 29. 01. 16:03
 ScoreboardStats.jar   43.3 KB 26. 01. 11:23
 SimpleReserve.jar   13.6 KB 25. 01. 11:33
 StatusSign.jar   23.3 KB 12. 01. 14:07
 TabColor6.3.jar   3.1 KB 25. 01. 11:33
 Tim.jar   8.2 KB 15. 12. 15:06
 TreeAssist.jar   67.8 KB 23. 12. 16:55
 TrollCommands.jar   32.9 KB 19. 01. 13:29
 Ultrabans (1).jar   137.1 KB 17. 01. 08:13
 Vault.jar   274.6 KB 28. 01. 20:54
 VaultRank.jar   26.3 KB 15. 12. 14:22
 WorldEdit.jar       797.1 KB 15. 12. 15:07
 chestshop-towny.jar   7.7 KB 25. 12. 20:40
 coloredtablist.jar   16.1 KB 27. 01. 16:39
 factions.jar   319.9 KB 15. 12. 15:07
 iConomy.jar   162.3 KB 29. 01. 16:04
 pvparena-1.0.jar   558.1 KB 12. 01. 05:28
 spamhammer.jar   37.1 KB 16. 12. 14:04
 structuresaver-1.1.jar   5.9 KB 15. 12. 15:41
 uHome.jar   92.6 KB 16. 12. 14:04


-- 31 led 2014, 09:24 --

Mám ten záporný permiss správně ???

Kód: Vybrat vše

groups:
  hrac:
    default: true
    build: true
    prefix: '&2[&2Hráč&2]&6&f'
    permissions:
    -creativegates.create
    - creativegates.*
    - essentials.warp.list
    - essentials.signs.use.buy
    - essentials.buy
    - essentials.warp
    - esentials.kit
    - essentials.tpa
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - essentials.balance
    - essentials.rules
    - essentials.afk
    - modifyworld.*
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.msg
    - essentials.kit
    - essentials.spawn
    - lwc.create.*
    - lwc.modify
    - lwc.unlock
    - lwc.info
    - lwc.remove
    - lwc.flag.*
    - essentials.pay
    - essentials.help
    - essentials.build.*
    - automessage.receive.default
    - essentials.back
    - essentials.signs.use.free

mororo
Příspěvky: 55
Registrován: 27 zář 2013, 14:08
Reputation: 0

Re: Více otázek

#6 Příspěvekod mororo » 31 led 2014, 09:53

ne nemáš správný zapis záporné permissions je :

Kód: Vybrat vše

- -creativegates.create


nejento píše:Není pravda. Logicky hlavně, když dávám záporný permission, nebudu si tam dávat permission na povolení, ne?

Nesouhlasím s tebou, logicky pokud potřebuje záporné permissions tak někde jí má povolenou.

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Více otázek

#7 Příspěvekod nejento » 31 led 2014, 13:23

Ale v té skupině nesmí přeci mít povolenou tu věc, když ji chce zakázat. :D Ale to je jedno.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

mororo
Příspěvky: 55
Registrován: 27 zář 2013, 14:08
Reputation: 0

Re: Více otázek

#8 Příspěvekod mororo » 31 led 2014, 13:51

V případě kdy používá 90 příkazů z 91 a tu jednu chceš zakazat tak je jednoduší použít * a nad to zakázat dannou permissions

jandamilanek
Příspěvky: 386
Registrován: 11 kvě 2012, 16:58
Reputation: 1

Re: Více otázek

#9 Příspěvekod jandamilanek » 31 led 2014, 16:41

Nevím jestli mě logika klame, ale ten plugin snad načítá permise shora dolů, takže se první musí dát ta hvězdičková permise a pod ní ta záporná ne? Teda alespoň tak to je v GroupManageru a myslim si, že v PEXech to bude stejné.
CreativePortal.eu - Čarovný Minecraft s přídavkem technických modů se spoustou dobrodružství. Připojit se nyní!
SKINY A PLÁŠTĚ I PRO TY, CO NEMAJÍ ORIGINÁLNÍ MINECRAFT!

Pokud jsem vám pomohl, odměňte mě prosím Karmou. Díky.

Uživatelský avatar
AyACZE
Příspěvky: 464
Registrován: 20 srp 2012, 10:09
Reputation: 0

Re: Více otázek

#10 Příspěvekod AyACZE » 31 led 2014, 19:54

Mělo by být úplně jedno jestli je záporná perm na začátku, v prostředku a nebo na konci, záporná by měla mít vždy přednost.
Na druhou stranu JE DOPORUČOVÁNO dávat zaporné perm na začátek.

Možná, že pokud nefunguje ani jedno, by se dalo zkusit nastavit ty -permice v superperm bukkitu. Nezkoušel to někdo?
Classic Survival (IP:mc.coolcraft.eu)
No cheat, střelné zbraně, Hide n Seek, 1.7.2-1.7.10 !
Real Skyblock (IP:sky.coolcraft.eu)
No fly, no cheat, propracované úkoly - skyblock kompletně česky !!
...::: http://www.CoolCraft.eu :::...


Zpět na „Minecraft, Tekkit“

Kdo je online

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