All the Mods 9 - ATM9

All the Mods 9 - ATM9

9M Downloads

[0.1.0] /back shows "Teleportation history is empty!"

Brother-Blue opened this issue · 3 comments

commented

I've tried using /back in a few different scenarios, both as an operator and a normal player. Each time no matter if it's after /home, /spawn, or after death, it always returns as "Teleportation history is empty". I have the ftbessentials.snbt configured as follows:

teleportation: {
    back: {
	cooldown: 10
	enabled: true
	max: 0
	only_on_death: false
	warmup: 0
    }
}

I'm currently running version 0.1.0 in case this was addressed in a later version.

commented

i found the probleme

Capture d’écran 2023-09-19 170855

commented

you need too found the max size history, it's 0 by default, just change it too the value you want ( 10 is you have doubt )
in you're case the ( max: 0 ---> max: 10 )

commented

Can't believe I missed that entirely, many thanks!