Stránka 1 z 2

Hláška pro plný server

Napsal: 07 bře 2016, 22:19
od Mikekopec
Server: 82.208.17.40:27620

čaute,
Chtěl jsem se zeptat proč mi nejde v spigot.yml nastavit hláška pro plný server, udělal jsem to stejně jako pro whitelist a tohle prostě nejde
spigot.yml

Kód: Vybrat vše

# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
#
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
#
# IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
# Forums: http://www.spigotmc.org/

config-version: 8
messages:
  whitelist: '&c&lNa serveru probiha udrzba&f'
  unknown-command: '&c&lNeznamy prikaz&f'
  server-full: '&f&lServer je plny&f'
  outdated-client: Outdated client! Please use {0}
  outdated-server: Outdated server! I'm still on {0}
  restart: '&4&lServer byl restartovan&f'
settings:
  save-user-cache-on-stop-only: false
  bungeecord: false
  late-bind: false
  player-shuffle: 0
  filter-creative-items: true
  user-cache-size: 1000
  int-cache-limit: 1024
  moved-wrongly-threshold: 0.0625
  moved-too-quickly-threshold: 100.0
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  attribute:
    maxHealth:
      max: 2048.0
    movementSpeed:
      max: 2048.0
    attackDamage:
      max: 2048.0
  sample-count: 12
  debug: false
commands:
  tab-complete: 0
  log: true
  spam-exclusions:
  - /skill
  silent-commandblock-console: false
  replace-commands:
  - setblock
  - summon
  - testforblock
  - tellraw
stats:
  disable-saving: false
  forced-stats: {}
world-settings:
  default:
    verbose: true
    entity-activation-range:
      animals: 32
      monsters: 32
      misc: 16
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
    ticks-per:
      hopper-transfer: 8
      hopper-check: 8
    hopper-amount: 1
    random-light-updates: false
    save-structure-info: true
    max-entity-collisions: 8
    dragon-death-sound-radius: 0
    seed-village: 10387312
    seed-feature: 14357617
    hunger:
      walk-exhaustion: 0.2
      sprint-exhaustion: 0.8
      combat-exhaustion: 0.3
      regen-exhaustion: 3.0
    max-tnt-per-tick: 100
    max-tick-time:
      tile: 50
      entity: 50
    mob-spawn-range: 4
    nerf-spawner-mobs: false
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      wheat-modifier: 100
      netherwart-modifier: 100
    item-despawn-rate: 6000
    merge-radius:
      item: 2.5
      exp: 3.0
    arrow-despawn-rate: 1200
    enable-zombie-pigmen-portal-spawns: true
    wither-spawn-sound-radius: 0
    view-distance: 7
    hanging-tick-frequency: 100
    zombie-aggressive-towards-villager: true

Re: Hláška pro plný server

Napsal: 07 bře 2016, 22:25
od pitilon@seznam.cz
V logu ti to řekne co to chce, ale vím to i bez něj protože už to tu dnes 1 bylo, je to znakem & takže z

Kód: Vybrat vše

messages:
  whitelist: '&c&lNa serveru probiha udrzba&f'
  unknown-command: '&c&lNeznamy prikaz&f'
  server-full: '&f&lServer je plny&f'
  outdated-client: Outdated client! Please use {0}
  outdated-server: Outdated server! I'm still on {0}
  restart: '&4&lServer byl restartovan&f'
to dej na

Kód: Vybrat vše

messages:
  whitelist: Na serveru probiha udrzba'
  unknown-command: 'Neznamy prikaz'
  server-full: 'Server je plny'
  outdated-client: Pouzivas zastaraly klient! Prosim pouzij verzi {0}
  outdated-server: Server jede na starsi verzi! Pouzij prosim verzi {0}
  restart: 'Server byl restartovan'

Re: Hláška pro plný server

Napsal: 07 bře 2016, 22:25
od TheAmazingCave
dal si restart? ak nejde, skus plugin customservermessage, ak ho mas, tak ti to moze blokovat :) bud si to nastav v tom customservermessages alebo tam nastav false a pojde ti ten spigot.yml

Re: Hláška pro plný server

Napsal: 07 bře 2016, 22:31
od Mikekopec
pitilon, ale tyhle možnosti fungujou právě rodmálně:
whitelist: '&c&lNa serveru probiha udrzba&f'
unknown-command: '&c&lNeznamy prikaz&f'
Jen právě nejde ten plný server

Re: Hláška pro plný server

Napsal: 07 bře 2016, 22:32
od pitilon@seznam.cz
Já tam mám

Kód: Vybrat vše

messages:
  whitelist: Nejsi na whitelistu!
  unknown-command: Neznamy prikaz. Zkontroluj zda si ho napsal spravne.
  server-full: Omlouvame se, ale server je momentalne plny. Zkus to pozdeji.
  outdated-client: Pouzivas zastaraly client! Prosim pouzij verzi {0}
  outdated-server: Server jede na starsi verzi! Pouzij prosim verzi {0}
  restart: Server se restartuje
a funguje bez problémů.. nebo koukni do authme ten to tam myslím taky má hlášku o full serveru

Re: Hláška pro plný server

Napsal: 07 bře 2016, 22:39
od MinfasCZE
Místo & použij §

Re: Hláška pro plný server

Napsal: 07 bře 2016, 22:56
od Mikekopec
Jo díky, u toho authme to funguje, a ještě než locknu téma mohu nějak předělat hlášku pro pluginy ? Momentálně to píše "I´m sorry, but you do not have permission to perform this command,Please contact the server admin if you believe that this is in error

Re: Hláška pro plný server

Napsal: 07 bře 2016, 22:58
od TheAmazingCave
CUSTOMSERVERMESSAGE TO JE PODLA MNA :d

Re: Hláška pro plný server

Napsal: 07 bře 2016, 23:18
od Mikekopec
CSM mi vyhazuje errory v konzole

Re: Hláška pro plný server

Napsal: 08 bře 2016, 14:19
od Port2
Mikekopec píše:Jo díky, u toho authme to funguje, a ještě než locknu téma mohu nějak předělat hlášku pro pluginy ? Momentálně to píše "I´m sorry, but you do not have permission to perform this command,Please contact the server admin if you believe that this is in error

Plugin Script.
Pak ještě možné MyCommand.