Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] Essentials - chyba jest coś nie tak.


Rekomendowane odpowiedzi

Opublikowano

  SuperVip:
    prefix: '&b[sVIP] &7'
    default: false
    permissions:
    - essentilas.kit
    - nametags.color.gray
    - essentials.chat.color
    - essentials.signs.color
    - essentials.back
    - essentials.back.ondeath
    - essentials.sethome.multiple.supervip
    - treasurechest.access.treasure
    - treasurechest.access
    - treasurechest.count
    - treasurechest.count.others
    - treasurechest.list
    - essentials.spawn
    - essentials.help
    - essentials.kits.svip
    - essentials.time
    - essentials.afk
    - essentials.helpop
    - essentials.ignore
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.rules
    - essentials.clearinventory
    - essentials.warp.list
    - essentials.warp
    - essentials.motd
    - lifemc.eatdiamonds
    - lifemc.seeownlives
    - nametags.color.gold
    - lifemc.revive
    - logblock.tools.tool
    - logblock.tools.toolblock
  Vip:
    prefix: '&6[VIP] &6'
    default: false
    permissions:
    - essentials.kit
    - essentials.chat.color
    - essentials.signs.color
    - essentials.back
    - essentials.back.ondeath
    - essentials.sethome.multiple.vip
    - authme.player.*
    - essentials.spawn
    - essentials.help
    - essentials.kits.VIP
    - essentials.time
    - essentials.afk
    - essentials.helpop
    - essentials.ignore
    - treasurechest.access.treasure
    - treasurechest.access
    - treasurechest.count
    - treasurechest.count.others
    - treasurechest.list
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.rules
    - essentials.clearinventory
    - essentials.warp.list
    - essentials.warp
    - -bukkit.command.plugins
    - -bukkit.command.version
    - factions.kit.fullplayer
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lifemc.eatdiamonds
    - nametags.color.gold
    - lifemc.seeownlives
    - lifemc.revive
    - logblock.tools.tool
    - logblock.tools.toolblock
  Dziewczyna:
    prefix: '&d[Dziewczyna] &d'
    default: false
    permissions:
    - essentials.spawn
    - essentials.help
    - essentials.kit
    - essentials.kits.tools
    - essentials.time
    - essentials.afk
    - essentials.helpop
    - essentials.ignore
    - treasurechest.access.treasure
    - treasurechest.access
    - treasurechest.count
    - treasurechest.count.others
    - treasurechest.list
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.rules
    - essentials.clearinventory
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp.list
    - essentials.warp
    - -bukkit.command.plugins
    - -bukkit.command.version
    - factions.kit.fullplayer
    - nametags.color.pink
    - lifemc.eatdiamonds
    - logblock.tools.tool
    - logblock.tools.toolblock
  Gracz:
    prefix: '&e[Gracz] &f'
    default: true
    permissions:
    - nametags.color.yellow
    - essentials.spawn
    - essentials.help
    - treasurechest.access.treasure
    - treasurechest.access
    - treasurechest.count
    - treasurechest.count.others
    - treasurechest.list
    - essentials.kit
    - essentials.kits.tools
    - essentials.time
    - essentials.helpop
    - essentials.ignore
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.rules
    - essentials.clearinventory
    - -bukkit.command.plugins
    - -bukkit.command.version
    - nametags.color.gray
    - lifemc.eatdiamonds
    - lifemc.seeownlives
    - lifemc.revive
    - logblock.tools.tool
    - logblock.tools.toolblock

 

 

 

jak biore range gracz mam dostep do /kit vip , jak mam range vip to mam dostep do /kit vip i /kit svip , a jak mam range svip to mam dostep /kit vip i /kit svip.

gdzie tu jest błąd???

 

Opublikowano

A próbowałeś essentials.kit.svip? Zamiast kits, dajesz kit?

Opublikowano

@MarekPL1

 

Niestety nie, nawet jest napisane w Essentials Wiki :

Cheat	kit	essentials.kits.[kitname]	Give access to a single kit, where [kitname] is the name of an existing kit.

Czyli ma permisje ok, ja miałem taką sprawę ale raz - że gracz miał gracza to miał komendy vipa, u mnie wystarczyło zmienić permissionex pod wersję silnika.

 

Dokładnie mówiąc - pobierz permissionex pod wersję twojego serwera.

A jak chcesz żeby vip miał permisje gracza to polecam dać dziedziczenie - dzięki temu nie musisz tego przepisywać.

 

Tu podaje przykład:

 

 

groups:
  Gracz:
    build: true
    permissions:
    - islandworld.island.add
    - islandworld.island.remove
    - islandworld.island.leave
    - islandworld.island.visit
    - islandworld.island.join
    - islandworld.island.accept
    - islandworld.island.deny
    - islandworld.island.calc
    - islandworld.island.rank
    - islandworld.challenges.*
    options:
      prefix: '&r[&a&lGracz&r]&r '
      default: true
  Vip:
    build: true
    inheritance:
    - Gracz
    permissions:
    - nametags.color.yellow
    - islandworld.create.vip
    - islandworld.vip.party
    - islandworld.vip.homes
    - islandworld.island.lock
    - islandworld.island.unlock
    - islandworld.island.biomelist
    - islandworld.island.biomeshow
    - islandworld.island.biomeset
    - islandworld.island.biomechunkset
    - essentials.warps.vip
    - essentials.kits.dtools
    - essentials.me
    - essentials.tpa
    options:
      prefix: '&r&e&kI&r&6&lVIP&r&e&kI&r '
      default: true
 

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...