CuukyOfficial / VaroPlugin

Ein sehr funktionsreiches und performantes ODV & Varo Plugin mit API u.v.m.
https://docs.varoplugin.de
GNU Affero General Public License v3.0
16 stars 21 forks source link

People can rejoin after their playing time (not as spectators) #92

Closed wheatley2056 closed 9 months ago

wheatley2056 commented 9 months ago

We are currently running a project with the plugin and have the bug that people can still return to the server after their playing time even though they are set to have only one session per day.

joinsystems.yml

catchUpSessions: false
ignoreJoinSystemsAsOP: true
joinAfterHours: -1
kickAtServerClose: false
massRecordingTime: 15
onlyJoinBetweenHours: true
onlyJoinBetweenHoursHour1: 15
onlyJoinBetweenHoursMinute1: 0
onlyJoinBetweenHoursHour2: 23
onlyJoinBetweenHoursMinute2: 0
preProduceSessions: 0
sessionsPerDay: 1

main.yml

dailyBackups: true
nametags:
  enabled: true
  visible:
    default: true
    team: true
    spectator: true
playTime: 20
prefix: '&7[&3LATEST&7]'
projectname: LATEST
projectnameColorcode: '&3'
language:
  main: de_de
  allowOther: true
crackedServer: false
resetSessionHour: 15
scoreboard: true
actionbar: true
supportPluginAds: false
unregisteredPlayerJoin: true
unregisteredPlayerJoinDuringGame: false
Almighty-Satan commented 9 months ago

Could you please provide logs from the time when the problem first occurred?

Almighty-Satan commented 9 months ago

I am closing this issue as I am unable to reproduce this and without logs it is impossible for me to say what might have caused this.