plugin SimpleReserve

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: plugin SimpleReserve

#11 Příspěvekod LavorekCZ » 02 dub 2012, 14:48

Permissions dej takto

Kód: Vybrat vše

groups:
  default:
    default: true
    permissions:
    - '-worldedit.*'
    - essentials.sell
    - essentials.spawn
    - essentials.balance
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.pay
    - essentials.time
    - essentials.afk
    - essentials.signs.buy.use
    - essentials.signs.sell.use
  VIP:
    prefix: '&2[VIP]&f '
    permissions:
    - '-worldedit.*'
    - essentials.sell
    - essentials.spawn
    - essentials.balance
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.pay
    - essentials.time
    - essentials.afk
    - essentials.signs.buy.use
    - essentials.signs.sell.use
    - essentials.home
    - essentials.sethome
    - essentials.balancetop
    - essentials.time.set
    - simplereserve.kick.prevent
    - simplereserve.enter.kick
  Profi:
    prefix: '&9[Profi VIP]&f '
    permissions:
    - modifyworld.*
    - essentials.sell
    - essentials.spawn
    - essentials.balance
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.pay
    - essentials.time
    - essentials.afk
    - essentials.signs.buy.use
    - essentials.signs.sell.use
    - essentials.home
    - essentials.sethome
    - essentials.balancetop
    - essentials.time.set
    - essentials.gamemode
    - simplereserve.kick.prevent
    - simplereserve.enter.kick
  admin:
    prefix: '&c[HL.Admin]&f '
    suffix: '&f'
    permissions:
    - modifyworld.'*'
    - permissions.*
    - hawkeye.*
    - simplereserve.kick.prevent
    - simplereserve.enter.kick
  admin1:
    prefix: '&c[Admin]&f '
    permissions:
    - modifyworld.'*'
    - permissions.*
    - hawkeye.*
    - simplereserve.kick.prevent
    - simplereserve.enter.kick
users:
  mjfapple:
    group:
    - admin


a config SimpleReserve

Kód: Vybrat vše

# Config nodes:
#
# reserve.type(enum/string): Type of reserve slots, options:
#     full,kick,both,none
# reserve.full.cap(int): Max players allowed over capacity if using 'full' method, 0 for no max
# reserve.full.reverttokick(boolean): Should we fall back to kick method if we reach max over capacity using full?
# kick-message(string): Message player will recieve when kicked to let reserve in
# full-message(string): Message player will recieve when unable to join full server
#
# Reserve Types Overview:
# -----------------------
#
# Full: Allow reserves to log on past the server limit
# Kick: Attempt to kick a player without kick immunity to make room
# Both: Both methods of reservation based on Permission
#     NOTE: If a player has permission for kick and full, full applies
# None: No reservation. Effectively disables mod without needing to remove

reserve:
  type: kick
  full:
    cap: 5
    reverttokick: false
kick-message: Kicked to make room for reserved user!
full-message: The server is full!
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

mjfapple
Příspěvky: 161
Registrován: 27 zář 2011, 22:41
Reputation: 0

Re: plugin SimpleReserve

#12 Příspěvekod mjfapple » 02 dub 2012, 16:43

mockrát děkuji , + karmu zachvilku to vyzkouším :)

A mohl bych ešte poprosit s tim pluginem NospawnEggs jak zakazu hraci s creativem jak mu zakazu aby na to nemel práva nebo takhle spis jak vypnu treba jen ghasta atd... v tom permissnu :D zde prikládam este 1 MainConfig jak to zakazu dekuji ?

Kód: Vybrat vše

#
# For help: www.tinyurl.com/nseconfig

allowAllSpawns:
  monster: false
  animal: false
  npc: false
  unknown: false
  perWorld:
    ExampleWorld:
      animal: true
      npc: true
      allowedIds:
      - 50
      blockedIds:
      - 51
snowGolemBlocking:
  enable: true
  onlyCreative: false
  ignoredWorlds:
  - ExampleWorld
ironGolemBlocking:
  enable: true
  onlyCreative: false
  ignoredWorlds:
  - ExampleWorld
chickenEggBlocking:
  eggThrowBlocking:
    enable: true
    onlyCreative: false
    sendMessage: true
    ignoredWorlds:
    - ExampleWorld
  dispenseBlocking:
    enable: true
    ignoredWorlds:
    - ExampleWorld
spawnEggDispenseBlocking:
  enable: true
  ignoredWorlds:
  - ExampleWorld
expBottleBlocking:
  enable: true
  ignoredWorlds:
  - ExampleWorld
  onlyCreative: false
  dispenseBlocking:
    enable: true
    ignoredWorlds:
    - ExampleWorld
fireChargeDispenseBlocking:
  enable: true
  ignoredWorlds:
  - ExampleWorld
enderBlocking:
  blockEnderPearl: true
  enderPearlIgnoredWorlds:
  - ExampleWorld
  blockEnderEye: true
  enderEyeIgnoredWorlds:
  - ExampleWorld
  eyeOnlyBlockCreative: false
boatBlocking:
  enable: true
  ignoredWorlds:
  - ExampleWorld
  onlyCreative: false
minecartBlocking:
  enable: true
  ignoredWorlds:
  - ExampleWorld
  onlyCreative: false


a locate

Kód: Vybrat vše

#
# For help: www.tinyurl.com/nseconfig

entity:
  EID0: Entity
  EID50: Creeper
  EID51: Skeleton
  EID52: Spider
  EID54: Zombie
  EID55: Slime
  EID56: Ghast
  EID57: Zombie Pigman
  EID58: Enderman
  EID59: Cave Spider
  EID60: Silverfish
  EID61: Blaze
  EID62: Magma Cube
  EID90: Pig
  EID91: Sheep
  EID92: Cow
  EID93: Chicken
  EID94: Squid
  EID95: Wolf
  EID96: Mooshroom
  EID98: Ocelot
  EID120: Villager
reloadedMessage: NoSpawnEggs config reloaded.
noReloadPerms: You don't have permission.
noSpawnerEggPerms: You don't have permission to spawn this %s.
noSnowGolemPerms: You don't have permission to create Snow Golems.
noIronGolemPerms: You don't have permission to create Iron Golems.
noChickenEggPerms: You don't have permission to spawn Chickens from eggs.
noExpBottlePerm: You don't have pemission to spawn Experience Orbs.
noEnderEyePerm: You don't have permission to throw Eyes of Ender.
noEnderPearlPerm: You don't have permission to throw Ender Pearls.
noBoatPerm: You don't have permission to create boats.
noMinecartPerm: You don't have permission to create minecarts.
Obrázek

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: plugin SimpleReserve

#13 Příspěvekod LavorekCZ » 02 dub 2012, 17:01

Podle toho configu to vypadá zakázané, nefunguje ti to ?
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

mjfapple
Příspěvky: 161
Registrován: 27 zář 2011, 22:41
Reputation: 0

Re: plugin SimpleReserve

#14 Příspěvekod mjfapple » 02 dub 2012, 17:14

nevim jestly to ma nejaky vlim ale když mam OP tak to nefunguje hned to zkusim s hracem s creativem
Obrázek

mjfapple
Příspěvky: 161
Registrován: 27 zář 2011, 22:41
Reputation: 0

Re: plugin SimpleReserve

#15 Příspěvekod mjfapple » 02 dub 2012, 17:19

Funguje Mockrát dekuji :) a prominte že jsem otravoval dekuji karma pridaná
Obrázek

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: plugin SimpleReserve

#16 Příspěvekod LavorekCZ » 02 dub 2012, 17:31

VYŘEŠENO LOCK
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure


Zpět na „Minecraft, Tekkit“

Kdo je online

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