Drizz_darkelf
-
Posts
11 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by Drizz_darkelf
-
-
3 minutes ago, _Tarna_ said:
Looks like everything should be working. Are you sure all the permission nodes you have to the use correct? If you edited the chat format in essentials config, make sure you reloaded the plugin by doing /ess reload. Also you said that it wouldn't let you create groups, give perms to the groups, and give players the groups. But the link you provided shows groups you created with permissions in it.
It allows me to create groups and grant permissions. It just doesn't allow me to apply them to people. I'll try ess reload. Is there another way to do permissions that might work better?
-
15 hours ago, _Tarna_ said:
Hmm you don't have any other permission plugins other than LuckPerms so it should be working. What does it do or say when you try to set someone's group using /lp user (name) parent set (group). Try using the lp editor to see a list of your groups and the perms for each group. You can access the lp editor by doing /lp editor. You can send its link here if you want so I can look at the groups and perms too.
This is what I have so far. https://luckperms.net/editor/Z4Godqs3S1
-
15 minutes ago, _Tarna_ said:
What other plugins do you have? If you tell me your server name, I can just search what plugins you have. Make sure you only have one permission plugin or it can cause it to break stuff.
The server name is Base345 with capital B. Thanks
-
I have essentials, vault, and essentialschat installed, along with luckperms. However luckperms is allowing me to create groups and grant permissions, without allowing me to apply the groups to people. Not only does it not show up that they have the rank in chat, but they do not have any of the permissions. Is there any way I can fix this?
-
Thanks that worked!
-
If so, how would I do that?
-
Just now, Drizz_darkelf said:
Thanks, that seems like it would be helpful, but right now I am using the free version, so I have limited plugins. I am hoping to develop a server that pays for itself using in-game currency, but until then I am limited on plugins. Is it possible to do this using just script or a minimal amount of plugins. I already have vault, essentials, placeholder api, and skript, and I could probably get one more. However I have 12 plugins right now, and most of them are needed. Getting rid of one is ok, but I think getting rid of two would be counter-productive.
If not, I don't need a scoreboard, so it's not a big deal.
-
10 hours ago, CoolProgrammer said:
Hey. If you want to create a Scoreboard, purely with Skript, keeping Essentials economy, then this is how you can do so:
First off, install/make sure you have these plugins: Skript, SkBee, skript-placeholders, PlaceholderAPI, Vault, Essentials. Of-course, restart the server.
Then execute /papi ecloud download Vault.
And then /papi reload.
After that, make a new file called scoreboard.sk in directory path /plugins/Skript/scripts/.
Paste this in it (You can edit this according to your needs):
options: updatedelay: 5 title: &c&lTitle # You can change this as per your needs. on join: set title of player's scoreboard to {@title} while player is online: set line 3 of player's scoreboard to "Line 1" set line 2 of player's scoreboard to "Line 2" # This is how to set a variable to PlaceholderAPI placeholder set {_placeholder} to placeholder "%%vault_eco_balance_formatted%%" from player set line 1 of player's scoreboard to "Balance: $%{_placeholder}%" wait {@updatedelay} second on disconnect: clear player's scoreboard
Like that, you can use PlaceholderAPI placeholders within skript.
Use /sk reload scoreboard to load in the new changes.
The main positive point about having a Skript scoreboard is, you have an endless customization power to design your scoreboard (e.g. conditions, etc.).
I've not tested this, please do so, and update me with the the results/errors if any.
Thanks, that seems like it would be helpful, but right now I am using the free version, so I have limited plugins. I am hoping to develop a server that pays for itself using in-game currency, but until then I am limited on plugins. Is it possible to do this using just script or a minimal amount of plugins. I already have vault, essentials, placeholder api, and skript, and I could probably get one more. However I have 12 plugins right now, and most of them are needed. Getting rid of one is ok, but I think getting rid of two would be counter-productive.
-
2 hours ago, AgentGamerPro said:
You can use skript and skRayFall you create your own scoreboard
Is there a link as to how I would do that. Also is it possible to get rid of the essentials balance system. I ended up with two from separate plugins.
-
I have been setting up my server, and watching the video from your youtube channel on how to set up a scoreboard. It was really helpful, but I go stuck on setting up the balance. This will be an important part of my server, but it shows up as $%vault_eco_balance_formatted% in game. This was the exact command I put in.
4:
frames:
- "&a$%vault_eco_balance_formatted%"

Luck Perms is not working
in Help
Posted
Is it possible that Skript could be interfering?