Stránka 1 z 1

AutoAnnouncer

Napsal: 28 kvě 2012, 19:18
od siOnzee
v Podpisu:

Zdravim, do dnes jsem používal tento plugin.
http://forums.bukkit.org/threads/info-automessage-v1-5a-broadcast-automatic-messages-1535.3022/page-4
Ale už není aktualizovaný,a já bych potřeboval jinej se stejnýma funkcema + Permissions
Hlavně permission na (aby se to VIP nezobrazovalo, používám to jako reklamy) Výhoda VIP

Kterej plugin by ste mi doporučily ? :) na dev.bukkit jich je mnoho.

Re: AutoMessage

Napsal: 28 kvě 2012, 19:28
od Vojko
AutoAnnouncer ...
Jednoznačne :D

Re: AutoMessage

Napsal: 28 kvě 2012, 19:31
od siOnzee

Re: AutoMessage

Napsal: 28 kvě 2012, 19:47
od FilasCZE
AutoMessage mmám na serveru a fungují bez problému.

Re: AutoMessage

Napsal: 28 kvě 2012, 19:48
od siOnzee
Ano funguje,ale neumí permissions, tudiž už ho tam nemůžu nechat.
a mam problém
Spoiler: zobrazit

Kód: Vybrat vše

########################################
# AutoAnnouncer Settings by Sharkiller #
###############################################################
# To support unicode characters save the file in UTF-8 format #
###############################################################
Settings:
    # Scheduler Interval in minutes
    Interval: 5
    # If interval is in seconds
    InSeconds: true
    # true: random | false: consecutive
    Random: false
    # true: permissions security | false: only OP's
    Permission: true
Announcer:
    # Tag for Announcement. May be empty: ''
    Tag: '[&aREK&8L&2AMY&f]'
    # true: certain groups in permissions | false: to all
    ToGroups: true
    # Groups to send announcement. Only if ToGroups is true.
    Groups:
        - 'Default'
        - 'Builder'
        - 'Eventer'
        - 'SIM'
        - 'Grief'
        - 'VIP_Redstone'
        - 'VIP_Diamond'
    # Strings to announce
    # If you have problems check your syntax here:
    # http://yaml-online-parser.appspot.com/
    Strings:
        - "&awww.Fre&2eMC.cz"
        - "&aNezapomen si koupit VIP &bDIAMOND&a nebo &4REDSTONE &aci &2GREEN"
        - "&cPravidla: &e/rules"
        - "&a/pomoc (text) &d\\ zaslete text adminum !"
        - "&a/help 1,2,3 &d\\ Hodne uzitecnich prikazu a rad !"
        - "&awww.youtube.com\GestridGames &d\\ Channel "siOnzee" a "Zax""
        - "&aNejaktualnejsi novinky na &2www.FreeMC.cz"
        - "&aJiz brzy k dispozici &2VIP GREEN &4!&a!&2!&6!&e!"
        - "&aVIP: &4Redstone 100,- &bDiamond 178,- &aGreen 250,-"
        - "&2/vip &a\\seznam vip hracu."
        - "&apodpora@freemc.cz&2 \\Pohotovostni Email."
        - "&cVzdicky respektujte Pomocniky\Ochranku !"
        - "&aChces se zbavit reklam ?&2 Kup si VIP GREEN ! :]"
        - "&aFree&8Lance&a sraz - Vice na webovych strankach &2www.FreeMC.cz"
        - "&aMas VIP &4Redstone&a ? Dokup ho na &bDiamond&a, mas VIP &bDiamond&a ? Dokup ho na VIP&2 Green.:]"
        - "&aFree&8Lance - Portal &3Mine&8Lance - Herni Server Minecraft"

Vložim do configu tohle, a server to nebere. Ještě zkontroluju server log.

Online checker mi řekl
Spoiler: zobrazit

Kód: Vybrat vše

ERROR:

while scanning a double-quoted scalar
  in "<unicode string>", line 38, column 11:
            - "&awww.youtube.com\GestridGames  ...
              ^
found unknown escape character 'G'
  in "<unicode string>", line 38, column 30:
            - "&awww.youtube.com\GestridGames &d\\ Channel "siOnz ...
                                 ^

Re: AutoAnnouncer

Napsal: 28 kvě 2012, 20:05
od Vojko

Kód: Vybrat vše

        - "&awww.youtube.com\GestridGames &d\\ Channel "siOnzee" a "Zax""


Tie " ti tam robia bordel, nevie kde to končí.

Re: AutoAnnouncer

Napsal: 28 kvě 2012, 20:08
od siOnzee
Dal jsem je pryč a Error :
Teď ten řádek je takto:

Kód: Vybrat vše

        - "&awww.youtube.com\GestridGames &d\\ Channel siOnzee a Zax"

Spoiler: zobrazit

Kód: Vybrat vše

ERROR:

while scanning a double-quoted scalar
  in "<unicode string>", line 47, column 11:
            - "&awww.youtube.com\GestridGames  ...
              ^
found unknown escape character 'G'
  in "<unicode string>", line 47, column 30:
            - "&awww.youtube.com\GestridGames &d\\ Channel siOnze ...
                                 ^

Re: AutoAnnouncer

Napsal: 28 kvě 2012, 20:09
od Vojko
Skús dať ešte preč tie // :D

Re: AutoAnnouncer

Napsal: 28 kvě 2012, 20:11
od siOnzee
Pokrok, Obrátil jsem \ na / a další error :( :D
Spoiler: zobrazit

Kód: Vybrat vše

ERROR:

while scanning a double-quoted scalar
  in "<unicode string>", line 48, column 11:
            - "&cVzdicky respektujte Pomocniky ...
              ^
found unknown escape character 'O'
  in "<unicode string>", line 48, column 44:
     ... &cVzdicky respektujte Pomocniky\Ochranku !"
                                         ^

Už to mam , typuju že otočim zase \ na / a pujde to :O

\\Lock , stačilo obrátit lomítka :D :D :D Vyřešeno.