[DISCONTINUED] EssentialCmds [v8.1.14]

Yes it certainly does

SpongeFore? You mean SpongeForge? In that case:

It’s kind of obvious from

1 Like

Is there a way to give basic player permissions with one command?(things like /home, /sethome)

Permissions are not handled by this - it would be in the Default permission level in PEX, assuming you are using it.

Not currently, but @dualspiral is adding it into Nucleus:

Is there a permission for whisper? Can’t find it. Wanted to deny it since social spy doesnt work on it

Release v8.1.3:

Tested on SpongeForge 1320

Changes:

  • Minor changes to the logger.
  • Major bug fixes with a warp issue.

Enjoy this Update! :smile:

1 Like

It should be on the docs, but giving it a quick glance I do not see the whisper command listed there. I would imagine it would be of the same format though, so something along the lines of minecraft.command.whisper

I think the command you actually want to block is /tell, of which the permission is minecraft.command.tell.

3 Likes

As the group be allowed to use /kill, but to disable /kill nik?

I don’t understand your question lol but the /kill command permission is minecraft.command.kill or essentialcmds.kill.use

Hello I wanted to know whether the information as a list of command and that of his permissions to days each update?.

Thank you in advance.

How to disable
/kill [player] - Kills specified player
but leave
/kill - Kills yourself

Le how player be allowed to kill only himself, but forbidden to kill other players.

Sorry for my bad English!

Ahh I see, I don’t think there’s a way to do that right now as there’s only one permission under kill command which is essentialcmds.kill.use, unlike other commands like feed having a separate permission like essentialcmds.feed.others and essentialcmds.feed.use

but you can try essentialcmds.kill.others and see if it works, if not that means it’s not added into the code yet.

I’ll code this today

1 Like

HassanS6000, SnowBlitzz: Thank you!

1 Like

Hey hassan,
We have been experiencing an error:

Server thread/WARN [mixin]: Method overwrite conflict for getSlotProvider in mixins.common.core.json:item.inventory.TraitInventoryAdapter, previously written by org.spongepowered.common.mixin.core.entity.player.MixinInventoryPlayer. Skipping method.

And I was wondering if you had any tips as to how we could fix this.

Also would you be able to repair ./invsee? Because we have been having issues with players being able to glitch items out of their inventory to duplicate them, and invsee would be very helpful in this scenario to see whether players are doing it.

Thanks :slight_smile:

Update to the very latest sponge, 1326, it fixes the dupe bug you are talking about.

1 Like

Thank you VinceOrlando :slight_smile:

/invsee is not possible due to InventoryAPI not being fully implemented yet.