It's just a warning for the author, you don't need to worry about them right now.
Door Share [Unmaintained]
Discussion in 'Plugin Support' started by insane8472, Jul 21, 2015.
-
Wulf Community Admin
-
-
@Wulf, is that really a change every plugin with permissions is going to have to make?
-
DoorShare_Doors.json what does this file contain specificly?
It seems like its a logfile? i had a issue with lag a while back and when removing this file (was above 1 mb) the lagspikes went away. -
Contains all the doors, or more specifically, code locks built to keep track of their owners. I know it's not the most efficient way of doing it since it can cause lag, just have not had the time to go back over it yet.
-
im still not really clear on what its used for besides that its a list of doors and locks.
If i remove it, will it cause any loss of shared doors?
Because it does impact server performance when you have a active 100+ server. -
It is needed to determine who owns the door so that the owner and players the owner shared it with can open it.
-
im getting
|Door Share| You do not have permission to use this command.
i get this when using the /share
am i missing something a setting or something? -
Hey guys, I'm a bit new to sorting Plugins out and i'm struggling to get this set up... Cannot figure out how to type the Oxide.grant line out... i've tried all the usual combos... HALP!! Thanks
UPDATE: I have figured it out now!!Last edited by a moderator: May 15, 2016 -
says it cant find permission when i use this for myself oxide.grant <group|user> <name|id> canShareDoors
i do it as oxide.grant Admin Myname canShareDoors -
Try using "grant group admin CanShareDoors".
-
[Oxide] 10:50 [Error] DoorShare plugin failed to compile!
[Oxide] 10:50 [Error] DoorShare.cs(33,62): error CS0246: The type or namespace name `Controllable' could not be found. Are you missing an assembly reference?
Any thoughts? -
-
> reload DoorShare
[Oxide] 11:01 [Info] Unloaded plugin Door Share v1.1.2 by InSaNe8472
[Oxide] 11:01 [Info] Loaded plugin Door Share v1.1.2 by InSaNe8472
[Oxide] 11:01 [Warning] Missing plugin name prefix 'doorshare.' for permission 'share.use' (by plugin 'Door Share')
[Oxide] 11:01 [Warning] Missing plugin name prefix 'doorshare.' for permission 'share.owner' (by plugin 'Door Share')
[Oxide] 11:01 [Warning] Missing plugin name prefix 'doorshare.' for permission 'share.nocd' (by plugin 'Door Share')
[Oxide] 11:01 [Warning] Missing plugin name prefix 'doorshare.' for permission 'share.admin' (by plugin 'Door Share') -
Attached Files:
-
-
EDIT: Wait, that got rid of all the permissions. There is no share.admin or share.use anymore...Last edited by a moderator: Jun 2, 2016 -
doorshare.share.use - Allows players to share their doors with other players
doorshare.share.owner - Allow players to check the owner of doors
doorshare.share.nocd - Allows players to bypass command cooldown
doorshare.share.admin - Allow players access to admin commands -
-
Wulf Community Admin
- .share
-