Stránka 2 z 2

Re: permise

Napsal: 19 dub 2017, 13:23
od zpevakjos
Bungee config

Kód: Vybrat vše

ip_forward: true
network_compression_threshold: 256
stats: 520ced5a-bfad-412c-8bca-05089f78825a
permissions:
  default:
  - report.use
  - bungeecord.command.server
  - bungeecord.command.list
  - skinsrestorer.playercmds
  admin:
  - report.see
  - report.staff.see
  - report.use
  - skinsrestorer.playercmds
  - skinsrestorer.cmds
  - viaversion.admin
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
  - bungeecord.command.server
  - bungeecord.command.list
groups:
  MSTRBTL:
  - admin
servers:
  lobby:
    motd: ''
    address: 82.208.17.170:25565
    restricted: false
  sw:
    motd: ''
    address: 82.208.17.170:25566
    restricted: false
  wl:
    motd: ''
    address: 82.208.17.170:25575
    restricted: false
  HnS:
    motd: ''
    address: 82.208.17.170:25567
    restricted: false
  bw:
    motd: ''
    address: 82.208.17.170:25568
    restricted: false
  tntr:
    motd: ''
    address: 82.208.17.170:25569
    restricted: false
  hp:
    motd: ''
    address: 82.208.17.170:25570
    restricted: false
  1vs1:
    motd: ''
    address: 82.208.17.170:25571
    restricted: false
  sg:
    motd: ''
    address: 82.208.17.170:25572
    restricted: false
  cr:
    motd: ''
    address: 82.208.17.170:25573
    restricted: false
  skyblock:
    motd: ''
    address: 82.208.17.170:25574
    restricted: false
  parkour:
    motd: ''
    address: 82.208.17.170:25576
    restricted: false
  join:
    motd: ''
    address: 82.208.17.170:25578
    restricted: false
  eggwars:
    motd: ''
    address: 82.208.17.170:25579
    restricted: false
  blockwars:
    motd: ''
    address: 82.208.17.170:25580
    restricted: false
timeout: 30000
listeners:
- query_port: 25565
  motd: ''
  priorities:
  - join
  bind_local_address: true
  tab_list: GLOBAL_PING
  query_enabled: true
  host: 82.208.17.170:22222
  forced_hosts:
    82.208.17.170:25578: join
  max_players: 50
  tab_size: 60
  ping_passthrough: false
  force_default_server: true
player_limit: 50
online_mode: false
log_commands: true
disabled_commands:
- pl
- version
- plugins
- ?
connection_throttle: 4000

Re: permise

Napsal: 19 dub 2017, 16:34
od pitilon@seznam.cz
tak již to nastaveno máš.. a reporty vidí jen ten jeden admin.. Ale z bezpečnosti bych odebral permissi - bungeecord.command.server - hráč může obejít authme - napíše /server název a obejde authme (pokud nemáš authmebridge v lobby) dále - bungeecord.command.end může někdo jít na tvůj nick napíše /end a vypne ti bungeecord (pokud opět nemáš authmebridge) a nakonec ještě - bungeecord.command.alert přes co by ti někdo mohl spamovat např. reklamu za tebe.. (opět pokud nemáš authmebridge) pokud bys měl online_mode: true není třeba tyto permisse vypínat, ale jelikož máš online_mode: false tak ti to z bezpečnosti doporučuji..

Re: permise

Napsal: 19 dub 2017, 19:47
od zpevakjos
A jde nejak dat authme db do authme bridge? Aby se nemuseli vsichni znovu registrovat.

Re: permise

Napsal: 19 dub 2017, 20:21
od pitilon@seznam.cz
však se neregistrují, to je "addon" aby nešly v lobby nebo někde příkazy kterými by ses vyhnul loginu či register..

Re: permise

Napsal: 20 dub 2017, 19:31
od zpevakjos
Když jsem dal plugin BungeeAuthMeBridge-1.6.2.jar do bungee a restartl tak všem i když se přihlásili tak nešli příkazi kromě těch které byly ve whitelistu pluginu. Není nějaký jiný plugin na to nebo něco kde by to fungovalo a neblokovalo to po přihlášení příkazy všude?

Config BungeeAuthMeBridge-1.6.2.jar

Kód: Vybrat vše

# List of servers which required to be authenticated
serversList:
  - join
# Allows or not commands to be performed if user is not logged in
commandsRequiresAuth: true
# List of commands allowed to be perform without being authenticated
commandsWhitelist:
  - /changepassword
  - /authme
  - /register
# Allows or not user to talk in chat if he is not logged in
chatRequiresAuth: false
# Kick all players who switch servers without being authenticated (eg. plugin teleport)
# Do not set this option to true unless you know what you're doing!
serverSwitchRequiresAuth: false
# Enable session resume between servers (eg. autologin if you change server)
autoLogin: true