Dump Question.... IS the Daylie limit meant as real day or ingame day? ^^
Teleportation System [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, Oct 18, 2014.
-
-
I have tried to edit the daily limit via config with no luck. My config reads:
Code:function PLUGIN:LoadDefaultConfig() -- General Settings: self.Config.Settings = { ChatName = "Teleportation", ConfigVersion = "1.4.15", HomesEnabled = true, TPREnabled = true, InterruptTPOnHurt = true } -- Admin TP System Settings: self.Config.AdminTP = { AnnounceTeleportToTarget = false, UseableByModerators = true, LocationRadius = 25, TeleportNearDefaultDistance = 30 } -- Homes System Settings: self.Config.Homes = { HomesLimit = 2, Cooldown = 600, Countdown = 15, DailyLimit = 100, LocationRadius = 25, ForceOnTopOfFoundation = true, CheckFoundationForOwner = true, UseFriendsAPI = true } -- TPR System Settings: self.Config.TPR = { Cooldown = 600, Countdown = 15, DailyLimit = 100, RequestDuration = 30, BlockTPAOnCeiling = true
Last edited by a moderator: May 5, 2015 -
Wulf Community Admin
-
-
Wulf Community Admin
-
I've change the limit, time, and daily amount in the .lua, but it still says the default amount and it doesnt change in game..
Edit: Never mind i worked it outLast edited by a moderator: May 6, 2015 -
Wulf Community Admin
-
Hi,
Is it possible to do oxide.groupe permission? -
Wulf Community Admin
-
@Mughisi
Can you add a option to protect from getting looted the sleepers that just teleported ? because now the plugin waits until everything is loaded before letting the player wake up, but in that time a player that just did a /tpr or /home can be looted. A protection like, after a teleport the player get 1 min protection from being looted while sleeping.
Can you also do that to the warp-system plugin ? thx -
Hi.
How to clearing or reset data teleports and saved homes from wiped server? thx. -
-
Hey @Mughisi a bit of a feature request. Wonder if it would be possible for a command to wipe a single players tpr and home limit count.
I tried manually editing the data file then reloading the plugin but that just rewrites over the datafile.
Thanks mate -
Request, Add limit config by group
-
Can somebody tell me what I need to do so there is no cooldown and unlimited teleports per day, max homes limit 5 and whatever else.
-
-
-
I currently force the /home to foundations. However, if the players remove the foundation the home teleport stays. Is there any way to remove the home teleport when the foundation is removed? Is this a glitch?