You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- This file contains all the different settings for the warp system and gui
2
+
return {
3
+
recharge_time = 60, -- The amount of time in seconds that the player must wait between warps, acts as a balance
4
+
update_smothing = 10, -- Higher is better, the amount of smothing applied to recharge timer and other gui updates, max is 60
5
+
minimum_distance = 100, -- The minimum distance that must be between warp points, creating new ones is blocked when too close
6
+
activation_range = 4, -- The distance the player must be to a warp in order to use the warp gui, gui can still be viewd but not used
7
+
spawn_activation_range = 20, -- A second activation range which is used for the forces spawn point
8
+
default_icon = 'discharge-defense-equipment', -- The deafult icon which is used by warps; must be an item name
9
+
user_can_edit_own_warps = false, -- When true the user can always edit warps which they created regaudless of other settings
10
+
any_user_can_add_new_warp = false, -- When true any user is able to create new warps, however editing may still be restricted
11
+
only_admins_can_edit = false, -- When true only admins can edit warps
12
+
edit_warps_role_permision = 'gui/warp-list/edit', -- Role permission used by the role system to allow editing warps
13
+
bypass_warp_limits_permision = 'gui/warp-list/no-limit', -- Role permission used by the role system to allow bypassing the time and distance restrctions
14
+
entities = { -- The entites which are created for warps
0 commit comments