Masuary
Masuary
AAdmincraft
Created by Masuary on 8/7/2024 in #questions
save-off turns on again after 1 min
I'm running a forge 1.18.2 server and due to lag spikes we have chosen to use scheduled saves using a server panel. Problem is... after the save-schedule, which ends with /save-off the server enables saving again after 1 minute. Is there a way to keep it disabled without spamming /save-off every minute ?
2 replies
AAdmincraft
Created by Masuary on 6/15/2024 in #questions
FTB Quests reward using KubeJS
I am trying to reward people with multiple rewards using KubeJS.
// specific object completion
onEvent('ftbquests.completed.58C318067922EBD2', event => {
if (event.player) {
event.server.runCommand(`lp user ${event.player.username} parent set doan`)
event.server.runCommand(`openpac player-config for ${event.player.username} set claims.bonusChunkClaims 35`)
}
})
// specific object completion
onEvent('ftbquests.completed.58C318067922EBD2', event => {
if (event.player) {
event.server.runCommand(`lp user ${event.player.username} parent set doan`)
event.server.runCommand(`openpac player-config for ${event.player.username} set claims.bonusChunkClaims 35`)
}
})
But for some reason this code block isn't working. Any idea what I'm doing wrong here ? SOLUTION: https://discord.com/channels/348681414260293634/1251519979120230480/1251575854203408415
23 replies
AAdmincraft
Created by Masuary on 7/15/2023 in #questions
[FORGE] autosaving keeps turning on even though I use save-off
Dear all I use a scheduler with pterodactyl to use the save-all command every 30min. The reason is because the default saving every 5min causes lagspike with the modpack Vault Hunters 3. Even though I use save-off as a command, the autosaving keeps enabling by itself. Is there a way to disable it permanently ?
27 replies