hsyyid / EssentialCmds

EssentialCmds adds useful commands to Minecraft
https://bit.ly/2HPQ9tR
MIT License
31 stars 21 forks source link

Offline ban #124

Open Araton10 opened 8 years ago

Araton10 commented 8 years ago

Hi, when I try to ban a player offline or a player who has not yet entered into a precaution essentialscmd server does not allow me to do so , you could check out ?

Thank you very much for the attention

MarkL4YG commented 8 years ago

A quick peek suggested that Sponge might not have an implementation for this. A workaround could be to add banned players who are already offline to a list and actually ban them as soon as they try to connect again

Araton10 commented 8 years ago

I tried the plugin Bedrock and it allows to ban Offline players

MarkL4YG commented 8 years ago

Bedrock doesn't include a ban command :)

Probably sponge or mc allowed you banning an offline player. You may try that by bypassing ECs ban command.

Araton10 commented 8 years ago

Probably will be the ban vanilla then .. In any case, the tempban is critical to the server , there are hopes of seeing him in the plugin ?

MarkL4YG commented 8 years ago

Since tempban is somehow a must-have I do really think it will be included in future updates.

By the way: if it's the vanilla ban, just use /minecraft:ban <player> until this is available

Araton10 commented 8 years ago

Sorry for my bad English

Tempban and a must as they currently have to do a permanent ban with no expiration date and when a player has finished his period of ban should be unbanned manually , in our case , we are a community , we happen to make many ban even 24 , 48 or 72 hours and unban manually is a problem . Many other servers frequently use Tempban , if you could implement it would be a fantastic thing .

Same thing for the ban when the player is offline

MarkL4YG commented 8 years ago

Well if you want to implement it yourself, that's how GitHub works ;) Otherwise, wait for @hsyyid to add this functionality