ERROR

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 10
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: ERROR

#11 Příspěvekod Bisyss » 25 lis 2014, 19:47

A jak to mam upravit?
Konec .....

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: ERROR

#12 Příspěvekod DenOwq » 25 lis 2014, 19:49

Kód: Vybrat vše

groups:
  Hrac:
    default: true
    permissions:
      - essentials.afk
      - essentials.back.ondeath
      - essentials.home
      - essentials.list
      - essentials.msg
      - essentials.sethome
      - essentials.spawn
      - essentials.afk
      - essentials.tpa
      - essentials.tpaccept
      - essentials.tpdeny
      - essentials.warp
      - essentials.warp.list
      - essentials.spawn
      - essentials.delhome
      - modifyworld.*
      - residence.create
      - -residence.admin
    inheritance: []
    info:
      prefix: '&9'
      build: true
      suffix: ''
  Vip:
    default: false
    permissions:
      - essentials.fly
      - essentials.heal
      - essentials.jump
      - essentials.enderchest
      - essentials.feel
    inheritance:
    - hrac
    info:
      prefix: '&6[&2GM&6]&6'
      build: true
      suffix: '&6'
  ExtraVip:
    default: false
    permissions:
      - essentials.gamemode
      - essentials.tp
      - essentials.tphere
      - essentials.nick
    inheritance:
     - vip
    info:
      prefix: '&6[&2GM&6]&6'
      build: true
  Majitel:
    default: false
    permissions:
     - '*'
    info:
      prefix:
      build: true


Používejte http://yaml-online-parser.appspot.com/ a používejte pravidla YAML.
Muhahha.

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 10
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: ERROR

#13 Příspěvekod Bisyss » 25 lis 2014, 20:02

Už to jde ale mam ještě jeden problém !
s essentials chat mam tam nasteveno to to vše až na hráče jde!


Spoiler: zobrazit

Kód: Vybrat vše

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsChat                     | #
# +------------------------------------------------------+ #
############################################################

chat:

  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  radius: 0

  # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  # Or you can give a group specific chat format, to give some extra variation.
  # If set to the default chat format which "should" be compatible with ichat.
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

  group-formats:
    hrac: ' &4&l{DISPLAYNAME}&b&l> &8&l{MESSAGE}'
    Vip: '  &0&l[&6&lVip&0&l] {DISPLAYNAME} &b&l>&6 {MESSAGE}'
    ExtraVip: '  &1&l[&5&lExtra&6&lVip&1&l] {DISPLAYNAME} &b&l> &1&l{MESSAGE}'
    Majitel: '  &4&l[&2&lMajitel&4&l] {DISPLAYNAME} &b&l> &2&l{MESSAGE}'
 
  # If you are using group formats make sure to remove the '#' to allow the setting to be read.
Konec .....

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 28
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: ERROR

#14 Příspěvekod DenOwq » 25 lis 2014, 20:08

Kód: Vybrat vše

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsChat                     | #
# +------------------------------------------------------+ #
############################################################

chat:

  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  radius: 0

  # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  # Or you can give a group specific chat format, to give some extra variation.
  # If set to the default chat format which "should" be compatible with ichat.
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

  group-formats:
    Hrac: ' &4&l{DISPLAYNAME}&b&l> &8&l{MESSAGE}'
    Vip: '  &0&l[&6&lVip&0&l] {DISPLAYNAME} &b&l>&6 {MESSAGE}'
    ExtraVip: '  &1&l[&5&lExtra&6&lVip&1&l] {DISPLAYNAME} &b&l> &1&l{MESSAGE}'
    Majitel: '  &4&l[&2&lMajitel&4&l] {DISPLAYNAME} &b&l> &2&l{MESSAGE}'
 
  # If you are using group formats make sure to remove the '#' to allow the setting to be read.


To samé, používej pravidla YAML, v něm je i VELKÉ písmeno rozdíl. (Nahoře to máš upravené)
Muhahha.

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 10
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: ERROR

#15 Příspěvekod Bisyss » 25 lis 2014, 20:12

Ok dík :)

ale furt problém mam tam aby měly barevné nicky když mají vip ale to furt nejde

Díky Bisyss
Konec .....


Zpět na „Minecraft, Tekkit“

Kdo je online

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