82.208.17.37:27264Zdravím,
mám dotaz ohledně těchto dvou pluginů
https://dev.bukkit.org/bukkit-plugins/ban-management/ a
https://www.spigotmc.org/resources/minesecure-antihacksystem-aimbot-killaura-bungeecord-support.11996/jde o to, že plugin minesecure používá příkaz
a já to změnil na
a jde o to, že ten minesecure to asi neumí zpracovat a nezapíše to do banlistu.
Config BanManager
Kód: Vybrat vše
#
# Aliases will be found and blocked automatically, e.g. msg will block tell
debug: false
databases:
local:
enabled: true
host: mysql57.websupport.sk
port: 3311
name: ruinspvp
user: ruinspvp
password: HESLO
maxConnections: 10
tables:
players: bm_players
playerBans: bm_player_bans
playerBanRecords: bm_player_ban_records
playerMutes: bm_player_mutes
playerMuteRecords: bm_player_mute_records
playerKicks: bm_player_kicks
playerNotes: bm_player_notes
playerReports: bm_player_reports
playerReportLocations: bm_player_report_locations
playerWarnings: bm_player_warnings
ipBans: bm_ip_bans
ipBanRecords: bm_ip_ban_records
ipMutes: bm_ip_mutes
ipMuteRecords: bm_ip_mute_records
ipRangeBans: bm_ip_range_bans
ipRangeBanRecords: bm_ip_range_ban_records
external:
enabled: false
host: 127.0.0.1
port: 3306
name: external_bans
user: root
password: ''
maxConnections: 10
tables:
playerBans: bm_player_ban_all
playerUnbans: bm_player_unban_all
playerMutes: bm_player_mute_all
playerUnmutes: bm_player_unmute_all
playerNotes: bm_player_note_all
ipBans: bm_ip_ban_all
ipUnbans: bm_ip_unban_all
mutedCommandBlacklist:
- msg
softMutedCommandBlacklist:
- msg
duplicateIpCheck: true
bypassDuplicateChecks:
- 0.0.0.0
- 127.0.0.1
logKicks: false
displayNotifications: true
broadcastOnSync: false
timeLimits: {}
reportCooldown: 10
warningCooldown: 10
warningActions:
enabled: false
hooks:
enabled: false
checkForUpdates: true
offlineAutoComplete: true
punishAlts: false
denyAlts: false
cleanUp:
kicks: 30
banRecords: 0
ipBanRecords: 0
ipMuteRecords: 0
muteRecords: 0
readWarnings: 0
unreadWarnings: 0
maxOnlinePerIp: 0
checkOnJoin: false
createNoteReasons: false
a config MineSecure
Kód: Vybrat vše
AutoUpdate: true
Update-Announce: true
CheckForUpdates: true
Check-Spam: true
Check-WaterWalk: true
Check-NoFall: true
Check-InvWalk: true
Check-FastHeal: true
Check-FastEat: true
Check-Aimbot: true
Check-KillAura: true
Check-AutoRespawn: true
Check-Glide: true
Check-Fly: true
Check-NoSwing: true
Check-CreativeNuker: true
Check-FastBow: true
Check-AutoClicker: true
Check-BedFucker: true
Check-Speed: true
Check-Phase: true
Check-FastLadder: true
Check-NoKnockback: true
Check-Reach: true
AimbotCheckInSeconds: 2
FlyCheckTicks: 35
SpeedChecker: 0.43
NoFallCheckDistance: 1.49
NoFallCheckBlocks: 3.4
AutoClickerInMillisecond: 51
FastHealInMillisecond: 490
FastEatInMillisecond: 1000
FastBowInMillisecond: 500
FastLadderCheckSpeed: 0.15
GlideChecker: -0.125
AutoRespawnInMillisecond: 500
ReachDistance: 3.9
MaxPingToCheck: 300
kickMessage: |-
&4Byl jsi vyhozen ze serveru!
&4Duvod: &e%hack%
banMessage: |-
&4Byl jsi zabanovan!
&7Duvod: &e%hack%
&6Dostal jsi ban nepravem?
&7Kontaktuj nas na &4email &7nebo &4TS3 &7podpore
announceKickMessage: '&6%player% &4byl vyhozen ze serveru! - &4Duvod: &e%hack%'
announceBanMessage: '&6%player% &4byl zabanovan na serveru! - &4Duvod: &e%hack%'
announceKickToAll: false
announceBanToAll: true
kickToBan: 3
enableBanCommand: false
enableKickCommand: false
BungeeCord: false
BanCommand: tempban %player% 10seconds dostal jsi ban za %hack% (Cheating)
KickCommand: kick %player% %reason%
Check-Spider: true
Nevíte, jak to propojit, aby to bralo ten příkaz? Když ho zadám ručně, tak to zapíše do banlistu a dá časový ban, ale přes ten plugin ne.
Budu rád za každou užitečnou radu
