This plugin doesn't recognize groups yet, only Rust auth levels.
Teleportation System [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, Oct 18, 2014.
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Hello,
We are interested in having someone help us code a method of distinguishing "tiers" of teleport privilege within m-teleportation. Basically, we want to be able to have different users to have unique settings (ie certain users have longer/shorter cooldowns than others, different max # of homes, etc). We'd be willing to donate to anyone willing to take a crack at this for us. More info/details upon request.
- matt -
Just to inform you, an update is being worked on that will implement this, aiming to have it done somewhere next week.
-
Awesome to hear - thank you! We will just sit tight in that case, but once it drops, expect some dough from us!!
-
I have many VIP's on my server that would enjoy that feature with reduced cooldown on homes. -
Got this error after latest server/oxide update:
Code:[Oxide] 5:14 PM [Error] Failed to run a 15.00 timer (ExecutionEngineException: SIGILL) [Oxide] 5:14 PM [Debug] at (wrapper managed-to-native) KeraLua.NativeMethods:LuaNetPCall (intptr,int,int,int) at KeraLua.Lua.LuaNetPCall (IntPtr luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0 at NLua.LuaLib.LuaPCall (LuaState luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Method.LuaDelegate.CallFunction (System.Object[] args, System.Object[] inArgs, System.Int32[] outArgs) [0x00000] in <filename unknown>:0 at LuaGeneratedClass1.CallFunction () [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.Timer+TimerInstance.Update () [0x00000] in <filename unknown>:0
-
-
How can players check their limits?
also is there an admin RESET command that can be used from RCON? if not FEATURE request!
RCON> /TPLIMIT resetall or /TPLIMIT reset <steamed>
maybe a security group so I Can great VIP with no limits? -
Hi guys,
does anyone know where does this plugin save the homes? Which is the file with the coordinades?
Thanks,
Mario
Found it, sorry. -
-
I edit the cooldowns at what not like so:
-- Homes System Settings:
self.Config.Homes = {
HomesLimit = 3,
Cooldown = 78,
Countdown = 10,
DailyLimit = 100,
LocationRadius = 25,
ForceOnTopOfFoundation = true,
CheckFoundationForOwner = true,
UseFriendsAPI = true
}
-- TPR System Settings:
self.Config.TPR = {
Cooldown = 78,
Countdown = 10,
DailyLimit = 100,
RequestDuration = 30,
BlockTPAOnCeiling = false
But it doesn't work, the cooldowns are still 10mins and the countdown and what not are default. How do I fix this? -
-
[DOUBLEPOST=1442034436][/DOUBLEPOST]Code:[Oxide] 2:55 PM [Info] Unloaded plugin Teleportation System v1.4.17 by Mughisi 121.223.69.231:62767/76561198054030811/Deagarino joined [windows/76561198054030811] [Oxide] 2:56 PM [Error] Failed to load plugin m-Teleportation (IOException: Sharing violation on path c:\games\108_61_227_137_28016\1210594\ruste\server\1210594\oxide\plugins\m-Teleportation.lua) [Oxide] 2:56 PM [Debug] at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown> :0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown> at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown> :0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown> at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown> :0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown> :0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>
-
-
Here you go:
Attached Files:
-
-
Thats not the config thats the script and I see you have edited it best not to only edit the config