Stránka 1 z 1

Modifyworld plugin

Napsal: 05 bře 2012, 21:06
od eyoxander
Mám problém s Modifyworld pluginom.

Ak ho dám enable: false, tak je všetko ok, každý môže join. Ale každý môže aj robiť na serveri čo chce.

Ak dám enable: true, vyhadzuje to tým, čo nie sú priradení do zatiaľ žiadej skupiny: "You are not allowed to join this server. Goodbye!" - a to je pritom whitelist message a ten je na false.... tak už fakt neviem kde je problém.

Môže to mať súvis s AuthMe? Ten tam vytvára nejaké blbé skupiny
... unLoggedinGroup: unLoggedinGroup
...UnregisteredPlayerGroup: ''
RegisteredPlayerGroup: ''


:(

Re: Modifyworld plugin

Napsal: 05 bře 2012, 21:18
od Vojko
Skopíruj sem obsah AuthMe

Re: Modifyworld plugin

Napsal: 05 bře 2012, 21:22
od eyoxander

Kód: Vybrat vše

DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername: authme
  backend: file
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase: authme
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: 127.0.0.1
  mySQLColumnPassword: password
  mySQLPassword: '12345'
  caching: true
GroupOptions:
  UnregisteredPlayerGroup: guest
  RegisteredPlayerGroup: guest
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 10
  restrictions:
    allowChat: false
    maxRegPerIp: 2
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: false
    AllowRestrictedUser: false
    AllowedRestrictedUser: []
    kickNonRegistered: false
    kickOnWrongPassword: false
    teleportUnAuthedToSpawn: false
    minNicknameLength: 3
    allowMovement: false
    timeout: 30
    allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
    allowedMovementRadius: 100
  GameMode:
    ForceSurvivalMode: false
    ResetInventotyIfCreative: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
  registration:
    enabled: true
    messageInterval: 5
    force: true
  unrestrictions:
    UnrestrictedName: []
VBullettinOptions:
  mySQLColumnSalt: ' mySQLColumnGroup: '
  nonActivedUserGroup: -1
permission:
  EnablePermissionCheck: true

Re: Modifyworld plugin

Napsal: 05 bře 2012, 21:24
od Vojko
Vymaž si config AuthMe, reštartuj server.
Potom skús, či stále pretrváva tvoj problém.

Re: Modifyworld plugin

Napsal: 05 bře 2012, 21:27
od eyoxander
Vojko píše:Vymaž si config AuthMe, reštartuj server.
Potom skús, či stále pretrváva tvoj problém.


nepomohlo, stale nejde pripojit... goodbye

Re: Modifyworld plugin

Napsal: 05 bře 2012, 21:33
od eyoxander
Problém bude podľa mňa v permissions.

pre default mám toto, a niečo tam určite chýba, lebo sa na server nedostane:

Kód: Vybrat vše

groups:
  default:
    default: true
    options:
      rank: '1000'
      build: 'false'
    permissions:
    - modifyworld.chat
    - essentials.help
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - authme.player.*


u Buildera mám toto a tí sa môžu na server dostať bez problému:

Kód: Vybrat vše

  Builder:
    inheritance:
    - default
    options:
      rank: '900'
      build: 'true'
    prefix: '&2Builder&f: '
    suffix: '&f'
    permissions:
    - modifyworld.*
    - essentials.afk
    - essentials.depth
    - essentials.compass
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.list
    - essentials.mail
    - essentials.me
    - essentials.msg
    - essentials.r
    - essentials.delhome
    - essentials.ping
    - essentials.seen
    - essentials.sell
    - essentials.sethome
    - essentials.sethome.multiple
    - essentials.sethome.multiple.default
    - essentials.signs.use.*
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.warp
    - iConomy.user

Re: Modifyworld plugin

Napsal: 05 bře 2012, 21:43
od eyoxander
problém vyriešený

jeden blbý riadok dokáže zmeniť všetko :D
ku default skupine bolo treba pridať permission

Kód: Vybrat vše

    - modifyworld.login

-_-
čoskoro zo mňa bude expert na tieto blbé pluginy