Hráči nemohou psát.

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
ondarik235
Příspěvky: 45
Registrován: 28 čer 2016, 19:26
Reputation: 0

Hráči nemohou psát.

#1 Příspěvekod ondarik235 » 02 črc 2016, 16:27

82.208.17.19:27879
Ahoj všichni, mám další problém.. Samé problémy..
Hráči na mém serveru nemohou psát. Nevíte jak na to? :)

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: Hráči nemohou psát.

#2 Příspěvekod Hanakocz » 02 črc 2016, 16:38

Připojit jim klávesnici.
Ne, fakt....co ty s tím děláš :D Co jim to píše? Jaký plugin na úpravu chatu jsi přidal a nedal jim permisse? Zkus nám vždy napsat kompletní informaci, my ti na server nevidíme.
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

ondarik235
Příspěvky: 45
Registrován: 28 čer 2016, 19:26
Reputation: 0

Re: Hráči nemohou psát.

#3 Příspěvekod ondarik235 » 02 črc 2016, 16:45

Vše, co se týče Chatu mám pluginy : Clear chat a ChatEx
Config v permissionsEx :

Kód: Vybrat vše

multiserver:
  use-netevents: true
permissions:
  debug: false
  allowOps: false
  user-add-groups-last: false
  log-players: false
  createUserRecords: false
  backend: file
  informplayers:
    changes: false
  basedir: plugins/PermissionsEx
  backends:
    file:
      type: file
      file: permissions.yml
updater: true
alwaysUpdate: false

A permission v PermissionsEx :

Kód: Vybrat vše

groups:
  Hrac:
    build: true
    permissions:
    - 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
    - essentials.chat
    - lwc.create.*
    - lwc.modify
    - lwc.unlock
    - lwc.info
    - lwc.remove
    - lwc.flag.*
    - essentials.pay
    - essentials.help
    - essentials.build.*
    options:
      prefix: '&7Hrac &f'
      default: true
  VIP:
    build: true
    inheritance:
    - Hrac
    permissions:
    - essentials.weather
    - essentials.joinfullserver
    - essentials.back.ondeath
    - essentials.spawner.[mob]
    - essentials.nick.color
    - essentials.spawner
    - essentials.signs.color
    - essentials.chat.color
    - essentials.speed
    - essentials.hat
    - essentials.repair
    - essentials.kick
    - essentials.fly
    - citizens.npc.create
    - essentials.kit
    - essentials.heal
    - essentials.warp
    - essentials.warp.list
    - essentials.back
    - essentials.time.set
    - essentials.tp
    - essentials.tpa
    - essentials.day
    - essentials.time
    - essentials.setwarp
    options:
      prefix: '&6[&aVIP&6]&2'
      default: false
  Majitel:
    build: true
    permissions:
    - '*'
    options:
      prefix: '&a[&6Majitel&a]'
      default: false
      suffix: '&b'
  Admin:
    permissions:
    - '*'
    worlds:
      '&f':
        options:
          prefix: '&4[Admin]'
    options:
      prefix: '&4[Admin]&f'
      suffix: '&a'
schema-version: 1


-- 02 črc 2016, 15:46 --

Kód: Vybrat vše

# enable: Should the plugin be enabled?
# message-format: The standard message-format.
# global-message-format: The message-format if ranged-mode is enabled.
# ranged-mode: Should the ranged-mode be enabled?
# chat-range: The range to talk to other players.
# multi-prefixes: Should the multi-prefixes be enabled? See readme.txt for more info.
# multi-suffixes: Should the multi-suffixes be enabled? See readme.txt for more info.
# logChat: Should the chat be logged?
# Priority: EventPriority for the ChatListener. See readme.txt for more info.
# Debug: Enables debug mode. Enable this if you get a bug.
# Locale: Which language do you want? (You can choose betwenn de-DE, en-EN and ru-RU by default.)
# Ads.Enabled: Should we check for ads?
# Ads.Bypass: A list with allowed ips or domains.
# Ads.Log: Should the ads be loged in a file?
# Messages.JoinAndQuit.Enabled: Do you want to change the join and the quit messages?

enable: true
message-format: '%faction %prefix%displayname%suffix: %message'
global-message-format: '%faction &9[%world] %prefix%displayname%suffix: &e%message'
ranged-mode: false
chat-range: 100.0
multi-prefixes: false
multi-suffixes: false
logChat: true
Priority: LOWEST
Debug: false
Locale: en-EN
Ads:
  Enabled: true
  Bypass:
  - 127.0.0.1
  - my-domain.com
  Log: true
Messages:
  JoinAndQuit:
    Enabled: false

Toto je config pluginu "ChatEx". Snad vše. :D

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

Re: Hráči nemohou psát.

#4 Příspěvekod Smexhy » 02 črc 2016, 16:51

Zabudol si si pozrieť, resp ja tebe poslať permissions na ten plugin :D
hlavná je:

Kód: Vybrat vše

chatex.allowchat

ostatné nájdeš tu: http://dev.bukkit.org/bukkit-plugins/ch ... rmissions/

ondarik235
Příspěvky: 45
Registrován: 28 čer 2016, 19:26
Reputation: 0

Re: Hráči nemohou psát.

#5 Příspěvekod ondarik235 » 02 črc 2016, 16:53

Já to nechápu, prosím trošku přiblížit? :D

-- 02 črc 2016, 15:56 --

Jakože jí mám přidat do "permission.yml" pod složku Hráč ? :D

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

Re: Hráči nemohou psát.

#6 Příspěvekod Smexhy » 02 črc 2016, 17:04

Presne tak.

ondarik235
Příspěvky: 45
Registrován: 28 čer 2016, 19:26
Reputation: 0

Re: Hráči nemohou psát.

#7 Příspěvekod ondarik235 » 02 črc 2016, 17:09

Kód: Vybrat vše

groups:
  Hrac:
    build: true
    permissions:
    - 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
    - chatex.allowchat
    - essentials.spawn
    - essentials.chat
    - lwc.create.*
    - lwc.modify
    - lwc.unlock
    - lwc.info
    - lwc.remove
    - lwc.flag.*
    - essentials.pay
    - essentials.help
    - essentials.build.*
    options:
      prefix: '&7Hrac &f'
      default: true
Takže takhle... Díky moc. :)


Zpět na „Minecraft, Tekkit“

Kdo je online

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