Update terbaru

Menambahkan bypas nama gwa
Nambahkan ban/unban/ban list
menambahkan world clasik ringan
This commit is contained in:
2026-07-11 00:33:35 +07:00
parent 84ff0edd28
commit 781b01c2bf
11 changed files with 547 additions and 39 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func (conf ItemBehaviourConfig) New() *ItemBehaviour {
conf.PickupDelay = time.Second / 2
}
if conf.ExistenceDuration == 0 {
conf.ExistenceDuration = time.Minute * 5
conf.ExistenceDuration = time.Second * 15
}
b := &ItemBehaviour{conf: conf, i: i, pickupDelay: conf.PickupDelay}