The error you posted previously is not possible with the latest version.
HWTeleportation
Moved
Total Downloads: 12,623 - First Release: Dec 12, 2015 - Last Update: Nov 5, 2017
- 5/5, 35 likes
-
Wulf Community Admin
-
Am I doing something wrong with the ftp? I dl the plugin to a folder on desktop then connect to the server using Filezilla and then just drag and drop in oxide/plugins in server.
-
Wulf Community Admin
Code:[Info("Teleportation", "LaserHydra", "1.1.11", ResourceId = 1519)]
-
That's what I got,
namespace Oxide.Plugins
{
[Info("Teleportation", "LaserHydra", "1.1.11", ResourceId = 1519)]
[Description("Teleportation plugin with many different teleportation features")]
class Teleportation : HurtworldPlugin
{
And I just installed the latest version 1.1.11 and it isn't working????????????? -
Wulf Community Admin
-
there is no new logs, I cleared them just before and now it isn't storing any new logs. But I am having trouble with all the plugins I added so getting them to all work is my main problem.
Last edited by a moderator: Dec 25, 2015 -
Wulf Community Admin
-
Server was not running when deleted old logs but even after restart it not loading any new logs and I have done 3 or 4 restarts.
-
Wulf Community Admin
-
yeah oxide is installed but needed updating the steam update was over riding the plugin dll's lol.
[DOUBLEPOST=1451025800][/DOUBLEPOST]How do I make it so players can use tp? -
Wulf Community Admin
/grant group default teleportation.tpr
/grant group default teleportation.home -
Code:
12:14 [Error] Failed to call hook 'cmdTpr' on plugin 'Teleportation v1.1.11' (NullReferenceException: Object reference not set to an instance of an object) 12:14 [Debug] at Oxide.Plugins.Teleportation+<GetPlayer>c__AnonStorey3.<>m__0 (.PlayerSession player) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[PlayerSession].MoveNext () [0x00000] in <filename unknown>:0 at System.Collections.Generic.List`1[PlayerSession].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0 at System.Collections.Generic.List`1[PlayerSession]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable.ToList[PlayerSession] (IEnumerable`1 source) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Teleportation.GetPlayer (System.String searchedPlayer, .PlayerSession executer) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Teleportation.cmdTpr (.PlayerSession player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Teleportation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 12:14 [Error] Failed to call hook 'cmdTpr' on plugin 'Teleportation v1.1.11' (NullReferenceException: Object reference not set to an instance of an object) 12:14 [Debug] at Oxide.Plugins.Teleportation+<GetPlayer>c__AnonStorey3.<>m__0 (.PlayerSession player) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[PlayerSession].MoveNext () [0x00000] in <filename unknown>:0 at System.Collections.Generic.List`1[PlayerSession].AddEnumerable (IEnumerable`1 enumerable) [0x00000] in <filename unknown>:0 at System.Collections.Generic.List`1[PlayerSession]..ctor (IEnumerable`1 collection) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable.ToList[PlayerSession] (IEnumerable`1 source) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Teleportation.GetPlayer (System.String searchedPlayer, .PlayerSession executer) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Teleportation.cmdTpr (.PlayerSession player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Teleportation.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
-
Hello sir,
I can't get me and my admins to use /tp ..
How do I fix this? -
Did you type
/grant group default teleportation.tpr
/grant group default teleportation.home
in chat? these are the permission commands, this is all I did and it worked nps. -
I'm talking about /tp, not /tpr or /home.
I got everything worked, except /tp, because I can't give default the permission to use /tp else, everyone on my server would be able to.. lol -
-
How do you give permissions to certain players?
-
Wulf Community Admin
-
Sorry I mean if they have a space in their name, I dunno why I didn't clarify that.
-
Wulf Community Admin