-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requests for VoxelGuest #3
Comments
Were going to have Baseball435 work on one of these, in the end we will try our best to fulfill this. Thank you for the suggestions! |
Baseball will not be doing these. I might do some myself, they will get done though! |
Sure no problem, no hurry, really |
Okay, read this over. Point 1: VoxelGuest at it's current state is server administration. Admins need to know actual player names, not fake names that they might not know. There are many plugins that can take care of this issue. Point 2: Once again, VoxelGuest isn't meant for role play. There are plugins made for that. Point 3: Which nodes in particular do you believe are not needed? |
Point 1: You are correct, admins should have the real name, however I only thought of using displaynames in messages coming up in chat. Admins will be able to see who it is due the the check command that come with all dispalyname plugins. Also, I suggested giving admins a choice to use it so servers having problems not recognizing player could have real names. Point 2: I understand, my suggestion were only meant to make the plugin more flexible and fit for more servers :) Point 3: It is not the permission node by the plugin that is the main cause, but when a player that isn't in the permission config get a node for cubicle or region, it creates a whole player node. Like this: Player123: Which is unnecessary cause this player have no other nodes and doesn't need to be in the config. 3 lines might not seem like much, but we can multiply this by the number of players getting cubicles and regions, it would takes quite some space. |
Point 1: If you need it for chat we can already do this via iSay. Guest has no chat functionality, and does not utilize the plugin either. Point 2: I know, and we love suggestions! I'm just trying to maintain the standards psanker left Point 3: Cubes have many permission nodes, and many are player specific. What your seeing here is the yml file for players, not ranks. This form of permissions is used when players need certain permissions that people in their own rank shouldn't have. The format is part of YML. We cannot change how it works. It is a very space specific language (A single tab could break an entire file). What would you suggest for a better system? |
At point 1 I just mean that the plugin uses displayname in the chat for messages like joining and leaving. But if you don't want do do this, you could just make is possible to disable the custom joining, leaving and kick messages. That way if a server want to have other messages with for example displayname, they just get another plugin and turn of the messages from VoxelGuest. At point 3; As I said in the start, I understand that would be hard to change and it is only to make permission look cleaner. I like it like this cause I get a better overview on the permission for any bugs, problems or mistype. For suggestion of what file to use, I would suggest a system like WorldGuard, (or maybe like this, guess it is a txt file..): "Cubicle-name": "Region-name": But once again, I don't want you to trouble with this too much. I take no for a no and fully understand if you feel these suggestions as unnecessary. |
Your option could work, but it would require a lot of re-coding to be done. Maybe when VoxelGuest is remade for the mod API, we can include this idea. Thanks for the suggestions though! |
Just adding extra mob spawning stuff
Hi here is some requests I think could help making voxel guest more flexible:
The text was updated successfully, but these errors were encountered: