Ultrabans

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
jakubb75
Příspěvky: 34
Registrován: 04 čer 2013, 12:54
Reputation: 0

Ultrabans

#1 Příspěvekod jakubb75 » 02 črc 2013, 14:06

Server: 93.91.250.134:27482

Zdravím.
Mám problém s pluginom ultrabans. Neviem prečo, ale pri tempban, by som mal čas uvádzať v sekundách, teda aspoň u essentials to tak je, u ultrabans by malo byť default tiež u sekundách(myslím si), ale nejak mi to nechce fungovať. Keď napíšem /temban menohraca 60 Spam by mu malo dať ban na 60 sekúnd, keď sa pripojí po 60 sekundách od udelení banu, má ho stále. Skúšal som aj v configu zmeniť Mode: na sec, second ale nič neišlo, stále tak isto. Už ma nič nenapadá prenadstaviť aby to fungovalo po sekundách.
Vopred Ďakujem sa odpovede!

prikladám config ultrabans:

Spoiler: zobrazit

Kód: Vybrat vše

#Change to MySQL for mysql support#
#Change to SQLite for sqlite support#
Database: MySQL
#MySQL Information#
MySQL:
  Database: 'jdbc:mysql://localhost:3306/124472_mysql_db'
  User: 124472_mysql_db
  Password: *****
  Table: 'banlist'
  IPTable: 'banlistip'
#SQLite Information#
SQLite:
  Filename: 'banlist'
#delete dat on ban#
CleanOnBan: true
#clear warnings on ban#
ClearWarnOnBan: false
Log:
  Enabled: true
#Max Warnings#
MaxWarning:
  Enable: false
  Amt: 5
  #ban,kick,ipban,perma,tempban,tempipban#
  Result: ban
  Silent: true
  Reason: 'Max Warnings'
  #Used with Temporary actions#
  Temp:
    Amt: 5
  #sec,min,hour,day,week,month#
    Mode: sec
#Default labels#
Label:
  Console: 'Server'
  Reason: 'Unsure'
#change to true or false to enable lockdown#
#also can be done ingame /lockdown#
Lockdown: false
Login:
#Check for duplicates on Login#
  DupeCheck:
    Enable: true
#PingBack joining players, and kick if unreachable. //Experimental#
  ProxyPingBack:
    Enable: false
    #How long in milliseconds to Timeout#
    Timeout: 10000
#This will set the server to sync the database if multiple servers are in place.#
Sync:
  Enabled: false
  #Timing is in Long format Example:#
  #1 Hour = 60 Seconds * 60 Minutes * 20 ServerTickRatePerSec = 72000L
  Timing: 72000L
#Auto Updater#
AutoUpdater:
  Enabled: true
#Chat#
Chat:
  #Checks Chat Messages for a valid IP address#
  #If its not valid, trust me they can't connect to it#
  IPCheck:
    Enable: true
    #Wildcards %scramble% will scramble the ip and %replace% will show your ip instead#
    #If no wildcards are present the message entered will replace the ip#
    #leave blank to erase#
    Blocking: '{cenzura}'
    #kick,jail,warn,ban,ipban, leave blank for no action#
    Result: warn
    Silent: false
    Reason: 'Reklama'
  #This will allow you to filter out messages containing any words that you define#
  SwearCensor:
    Enable: true
    #Use your imagination these are not for me to decide#
    Words: '***************************************************'
    #Wildcards %scramble% will scramble the word#
    #If no wildcards are present the message entered will replace the word#
    #leave blank to erase#
    Blocking: '{cenzura}'
    #kick,jail,warn,ban,ipban, leave blank for no action#
    Result: warn
    Silent: false
    Reason: 'Vulgarita'
  #Checks if the message is duplicate and disables it#
  SpamCheck:
    Enable: true
    #The amount of messages to give a result#
    Counter: 5
    #kick,jail,warn,ban,ipban, leave blank for no action#
    Result: kick
    Silent: false
    Reason: 'Spam'
Muted:
  Vannila: true
  #When Vanilla: true allowed commands.#
  AllowedCommands:
  - '/login'
  - '/register'
#Jail Configuration#
Jail:
  Mute: true
  Vanilla: true
  #When Vanilla: true allowed commands.#
  AllowedCommands:
  - '/login'
  - '/register'
Messages:
  Ban:
    MsgToVictim: '&6Bol si zabanovany Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 bol zabanovany Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    Failed: '&4%victim%&c je uz zabanovany.'
    Denied: '&cYour ban attempt has been denied!'
    Emo: '&cNemozes zabanovat sam seba!'
    Login: '&7%admin%&6 ta zabanoval na tomto serveri! Dovod: &7%reason%&6!'
  CheckBan:
    Header: '&6Found &7%amt%&6 records for &7%victim%&6.'
    None: '&cNo records found for &4%victim%&c.'
  Clean:
    Complete: '&6Deleted &7%amt%&6 player.dat files.'
  DupeIP:
    Failed: '&cUnable to view ip for &4%victim% &c!'
    Header: '&6Scanning Current IP of &7%victim%&6: &7%ip% !'
    Completed: '&aScanning Complete!'
  Empty:
    MsgToVictim: '&7%admin%&6 has cleared your inventory!'
    MsgToSender: '&7%admin%&6 has cleared the inventory of &7%victim%&6!'
    Online: '&4%victim%&c must be online.'
  Export:
    Failed: '&cCould not export ban lists.'
    Completed: '&aExported banlists.'
  History:
    Header: '&6Ultrabans Listing &7%amt%&6 Records.'
    Failed: '&cUnable to find any bans.'
  Import:
    Loading: '&cBe patient. Loading...'
    Failed: '&cCould not import ban list.'
    Completed: '&aSystem imported the banlist to the database.'
  InvOf:
    Failed: '&cUnable to find player.'
    Console: '&cThis command must be executed by a &4player&c.'
  IPBan:
    MsgToVictim: '&6Bol si zabanovany na IP adresu Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 bol zabanovany na IP adresu Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    IPNotFound: '&cIP address not found. &6Processed as a normal ban for &7%victim%&6!'
    Failed: '&4%victim%&c je uz zabanovany.'
    Denied: '&cYour ipban attempt has been denied!'
    Emo: '&cNemozes zabanovat svoju IP adresu!'
    Login: '&7Tvoja IP adresa je zabanovana!'
  Jail:
    MsgToVictim: '&6You have been jailed by &7%admin%&6. Reason: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 was jailed by &7%admin%&6. Reason: &7%reason%&6!'
    SetJail: '&aJail has been set!'
    SetRelease: '&aRelease has been set!'
    Failed: '&4%victim%&c is already in jail.'
    Online: '&4%victim%&c must be online to be jailed.'
    Denied: '&cYour jail attempt has been denied!'
    Emo: '&cYou cannot jail yourself!'
    PlaceMsg: '&cYou cannot place blocks while you are jailed!'
    BreakMsg: '&cYou cannot break blocks while you are jailed!'
  Kick:
    MsgToAll: '&6Vsetci hraci boli kicknuty Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    MsgToVictim: '&6Bol si kicknuty Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 bol kicknuty Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    Online: '&4%victim%&c musi byt prihlaseny.'
    Denied: '&cYour kick has been denied!'
    Emo: '&cNemozes kicknut sam seba!'
  Lockdown:
    Start: '&cLockdown initiated. &4Player Login&c disabled.'
    End: '&aLockdown ended. &2Player Login&a reenabled.'
    Status: '&cLockdown is disabled.'
    LoginMsg: '&4Server is under a lockdown, Try again later!&c Sorry.'
  Mute:
    MuteMsgToSender: '&6You have muted &7%victim%&6.'
    MuteMsgToVictim: '&4You have been muted!'
    UnmuteMsgToSender: '&6You have unmuted &7%victim%&6.'
    UnmuteMsgToVictim: '&aYou have been unmuted.'
    Denied: '&cYour mute has been denied!'
    Emo: '&cYou cannot mute yourself!'
    Chat: '&cYour cry falls on deaf ears.'
  Pardon:
    Msg: '&7%victim%&6 was released from jail by &7%admin%&6!'
  PermaBan:
    MsgToVictim: '&6Bol si permanentne zabanovany Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 bol permanentne zabanovany Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    Failed: '&4%victim%&c je uz zabanovany.'
    Online: '&4%victim%&c musi byt prihlaseny.'
    Denied: '&cYour permaban has been denied!'
    Emo: '&cNemozes permanentne zabanovat sam seba!'
  Spawn:
    MsgToVictim: '&cYou have been sent to spawn!'
    MsgToSender: '&7%victim%&6 is now at spawn!'
    Failed: '&4%victim%&c is not online.'
  Starve:
    MsgToVictim: '&cYou are now starving!'
    MsgToSender: '&6%victim%&7 is now starving!'
    Failed: '&4%victim%&c is not online.'
    Denied: '&cYour starve attempt has been denied!'
    Emo: '&cYou cannot starve yourself!'
  TempBan:
    MsgToVictim: '&6Bol si zabanovany Adminom &7%admin%&6 na &7%amt% %mode%s.&6 Dovod: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 bol zabanovany Adminom &7%admin%&6 na &7%amt% %mode%s.&6 Dovod: &7%reason%&6!'
    Failed: '&4%victim%&c je uz zabanovany!'
    Denied: '&cYour tempban has been denied!'
    Emo: '&cNemozes zabanovat sam seba!'
    Login: '&6Bol si zabanovany Adminom &7%admin%&6 na &7%time%&6. Dovod: &7%reason%&6!'
  TempIpBan:
    MsgToVictim: '&6Bol si zabanovany na IP adresu Adminom &7%admin%&6 na &7%amt% %mode%s.&6 Dovod: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 bol zabanovany na IP adresu Adminom &7%admin%&6 na &7%amt% %mode%s.&6 Dovod: &7%reason%&6!'
    Failed: '&4%victim%&c je uz zabanovany!'
    Denied: '&cYour tempipban has been denied!'
    Emo: '&cNemozes zabanovat sam seba!'
    IPNotFound: '&cIP address not found.&6 Processed as a normal tempban for &7%victim%&6!'
  TempJail:
    MsgToVictim: '&6You have been tempjailed by &7%admin%&6 for &7%amt% %mode%s.&6 Reason: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 was tempjailed by &7%admin%&6 for &7%amt% %mode%s.&6 Reason: &7%reason%&6!'
    Failed: '&4%victim%&c is already jailed!'
    Denied: '&cYour tempjail has been denied!'
    Emo: '&cYou cannot tempjail yourself!'
  Unban:
    MsgToBroadcast: '&7%victim%&6 bol unbanovany Adminom &7%admin%&6!'
    PermaBanned: '&cUnable to unban, &7%victim%&c was Permabanned.'
    Failed: '&4%victim%&c is already unbanned!'
  Warn:
    MsgToVictim: '&6Bol si varovany Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    MsgToBroadcast: '&7%victim%&6 bol varovany Adminom &7%admin%&6. Dovod: &7%reason%&6!'
    Denied: '&cYour warning has been denied!'
    Emo: '&cNemozes varovat sam seba!'
  MaxWarn:
    MsgToBroadcast: '&7%cmd%&6 performed by Ultrabans on &7%victim%&6. Reason: &7Reached Max Warnings&6!'
  Permission: 'You do not have the required permissions.'
Mode:
  Second: Second
  Minute: Minute
  Hour: Hour
  Day: Day
  Week: Week
  Month: Month
  Year: Year
#Do Not Change Values Below#
Config:
  Version: 3.0

Uživatelský avatar
ABYSI!DORANA!
Příspěvky: 248
Věk: 34
Registrován: 23 úno 2013, 00:09
Reputation: 0

Re: Ultrabans

#2 Příspěvekod ABYSI!DORANA! » 02 črc 2013, 15:46

pokial viem tak tempban ked som daval na ultrabans tak to bolo

/tempban nick -a 1 minute Dovod

najcastejsie som daval

/tempban nick -a 1 day Dovod

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Ultrabans

#3 Příspěvekod vojtamaniak » 02 črc 2013, 15:47

Ten mode je u warningů. Na jak dlouho se má dát ban při X varováních. K tématu: správný příkaz je /tempban {nick} {pocet} {sec/min/hour/day} {duvod} - pocet souvisí s tím sec/min/hour/day.
Takže ban na jeden den je takto: /tempban vojtamaniak 1 day niceni.

Nebylo by na škodu projet si příkazy :) https://github.com/deathmarine/Ultrabans/wiki/Commands

//EDIT: To -a znamená anonymous, asi že to neuloží admina.

jakubb75
Příspěvky: 34
Registrován: 04 čer 2013, 12:54
Reputation: 0

Re: Ultrabans

#4 Příspěvekod jakubb75 » 02 črc 2013, 20:43

Ďakujem, nevedel ako fungujú tempbany u Ultrabans, keďže som bol zvyknutý len na tie u essentials. :) dávam k+

//LOCK


Zpět na „Minecraft, Tekkit“

Kdo je online

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