Stránka 1 z 2

Plugin

Napsal: 28 srp 2013, 17:48
od sharky100
93.91.250.112:27037

Ahojte nepoznáte plugin ktorý bi robil to že keď sa hráč pripoji tak v configu si nastaviš čo chceš aby napísalo aj zároven keď reštartnem server aby napísalo to čo si nastavím tiež v configu?

Re: Plugin

Napsal: 28 srp 2013, 18:04
od Brky

Re: Plugin

Napsal: 28 srp 2013, 18:08
od nejento
Dej sem seznam pluginů. Je možné, že nějaký tvůj plugin to již umožňuje.

Re: Plugin

Napsal: 28 srp 2013, 18:20
od sharky100
Brky skúsim ho a ja na serveri nemám plugin ktorý bi pisal niečo keď sa resatrtne server alebo keď pride hrač na server.

-- 28 srp 2013, 19:28 --

Brky ale veď v tom plugine nieje to čo som chcel s tim resatrtom servera?

Re: Plugin

Napsal: 28 srp 2013, 19:42
od enalan

Re: Plugin

Napsal: 28 srp 2013, 21:09
od sharky100
Zkusil som uz skvor ako si napisal ale karma+ :)

Re: Plugin

Napsal: 28 srp 2013, 22:25
od Brky
Ale je tam zpráva při stopnutí serveru...
- restart = stop a start serveru..

Re: Plugin

Napsal: 28 srp 2013, 23:00
od sharky100
Aha brky mne to nechcelo ist tak som dal to čo napísal Enalan ale enalan nechce mi ist pre restarte tu je config:
Spoiler: zobrazit

Kód: Vybrat vše

# CustomServerMessages by michidk
CustomServerMessages:
  Settings:
    useDisplayName: true
    enableLogging: true
  Event:
    join:
      enable: true
      message: '&2&player &9 Sa Pripojil na server &bMega&aCraft!'
    quit:
      enable: true
      message: '&2&player &9 Sa odpojil zo serveru &bMega&aCraft!'
    whitelist:
      enable: true
      message: '&6Bohuzial,&4 server je na whitelist!'
    serverfull:
      enable: true
      message: '&1&6Bohuzial, &4Server je plny,&2Zakup si &4Vip &2 a mas rezervovany
        slot!'
    stopMessage:
      enable: true
      message: '&4Server se restartuje!!!'
  Command:
    say:
      enable: false
      message: '&b[Server]&6(&player)&f:&c &message'
      consolemessage: '&b[Server]&f:&c &message'
    me:
      enable: false
      message: '&6&player &4>>> &b&message'
    plugins:
      enable: true
      message: '&4Iba &2Admini &4 sa mozu pozriet na zoznam pluginov!'
    version:
      enable: false
      message: 'Version: &6MyServer 2.0!'
    seed:
      enable: false
      message: '&fYou &4dont have Permissions&r to see the Seed!'
  Death:
    enable: false                                         /
    fall: '&player hit the ground too hard'
    burn: '&player burned to death'
    infire: '&player went up in flames'
    lava: '&player tried to swim in lava'
    killedByEntity: '&player was slain by &killer'
    killedByPlayer: '&player was slain by &killer'
    magic: '&player was killed by magic'
    outOfWorld: '&player fell out of the world'
    suffocated: '&player suffocated in a wall'
    cactus: '&player was pricked to death'
    drowned: '&player drowned'
    starve: '&player starved to death'
    explosion: '&player blew up'

Re: Plugin

Napsal: 29 srp 2013, 08:11
od enalan
Počkat, jak nechce jít ?
Pořád nemáš přeložen restart ? :) Jestli ne zkus bukkit.yml tam jsem to přeložil já :)

Re: Plugin

Napsal: 29 srp 2013, 08:13
od Brky

Kód: Vybrat vše

# This is the main configuration file for Bukkit.
# As you can see, there's actually not that much to configure without any plugins.
# For a reference for any variable inside this file, check out the bukkit wiki at
# http://wiki.bukkit.org/Bukkit.yml
settings:
  allow-end: true
  warn-on-overload: true
  permissions-file: permissions.yml
  update-folder: update
  ping-packet-limit: 100
  use-exact-login-location: false
  plugin-profiling: false
  connection-throttle: 4000
  query-plugins: true
  deprecated-verbose: default
  shutdown-message: Server se restartuje!
spawn-limits:
  monsters: 70
  animals: 15
  water-animals: 5
  ambient: 15
chunk-gc:
  period-in-ticks: 600
  load-threshold: 0
ticks-per:
  animal-spawns: 400
  monster-spawns: 1
  autosave: 0
auto-updater:
  enabled: true
  on-broken:
  - warn-console
  - warn-ops
  on-update:
  - warn-console
  - warn-ops
  preferred-channel: rb
  host: dl.bukkit.org
  suggest-channels: true
database:
  username: bukkit
  isolation: SERIALIZABLE
  driver: org.sqlite.JDBC
  password: walrus
  url: jdbc:sqlite:{DIR}{NAME}.db


Tím se myslí tady:

Kód: Vybrat vše

  shutdown-message: Server se restartuje!