• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Clear lag

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.

Dakern

Tree Puncher
#1
So how do I make a command so that every 30 seconds lag clears removing entities from the ground? Also I did /clearlagg and /lag and didn't remove any items from the ground.
 
#3
You have to use /lagg clear, Instead of just /lagg or the command will not work.

You could use the autocommand plugin, or create an one using madcommands by doing something like this

/cmd create autolag
/cmd add autolag sleep 30
/cmd add autolag asop /lagg clear
/cmd add autolag goto 1
 

Dakern

Tree Puncher
#4
You have to use /lagg clear, Instead of just /lagg or the command will not work.

You could use the autocommand plugin, or create an one using madcommands by doing something like this

/cmd create autolag
/cmd add autolag sleep 30
/cmd add autolag asop /lagg clear
/cmd add autolag goto 1
How do I give permission for a person to break blocks in spawn protection with /setuperm?
 

ashton595

Tree Puncher
#10
You need Land Protection plugin to add /area create... and /area toggle....

Thing is, you can also make it so that if the player hits a certain block they become OP until they break it. and if the player stops mid way it deops them. it also deops them when they break the block.
but you need Mad Commands for that

just OP the people you trust :3
just do
/op *player_name*
 

Mrcreeperman246

Staff Member
Support Team
#11
So how do I make a command so that every 30 seconds lag clears removing entities from the ground? Also I did /clearlagg and /lag and didn't remove any items from the ground.
Here is what i came up with!

Dependencies: Mad commands + Auto Command

Mad commands:
/cmd create autolaggclear
/cmd add autolaggclear message onlineplayers() §o§c§l[§4!§c] Warning: Ground items are about to be cleared!
/cmd add autolaggclear sleep 30
/cmd add autolaggclear asop /lagg clear
/cmd add autolaggclear message onlineplayers() §o§c§l[§4!§c] Ground items were about to be cleared!

Auto Command:
/ac add
/autolaggclear
30
/ac list - Shows the command which runs every 30 seconds

[example]

Hope this helps!