Server Events Ascended

Paid Server Events Ascended 1.18

No permission to buy ($34.99)
This resource is paid, and requires to be purchased
Server Events Ascended v1.06
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed some range checks for various features.
Added new Arena options:
Code:
"PreventLeaving": true, //true - Prevent players from leaving the arena once the boss is spawned //false - Allow leaving arena at anytime //Admins with enablecheats can still leave
"EnteringRequiresPermission": [ //List of permissions required to enter the arena //Admins with enablecheats can enter without permission
  "Admins",
  "Default"
]
Added new Messages to support the new Arena options:
Code:
"PreventLeavingArenaWarning": {
  "Message": "Once the boss spawns you will be locked in the arena until you or the boss is dead!",
  "Scale": 2.0,
  "DisplayTime": 5.0,
  "Color": "Yellow"
},
"PreventLeavingArena": {
  "Message": "You have entered the boss arena and must fight to the death.",
  "Scale": 2.0,
  "DisplayTime": 5.0,
  "Color": "Red"
},
"PreventEnteringArena": {
  "Message": "You are not allowed to enter the boss arena.",
  "Scale": 2.0,
  "DisplayTime": 5.0,
  "Color": "Red"
}
(config changes to Arena and Messages)
Server Events Ascended v1.05
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixing issue that may award players twice the loot in some instances.

(no config changes)
Back
Top