Jump to content
  • 0

my server is not working i spawned in a lot of items and now its not staring up


TooCool007

Question

6 answers to this question

Recommended Posts

  • 0

Go to Edit Server > Server Dashboard > On the main page for your server dashboard there should be a thing that says 'Command Bar'. Under that is a text box. In there, with your server started, type: minecraft:kill @e[type=item] then restart your server. If it doesn't work I have an alternative method.

Download ClearLag and Skript plugin.


Restart. Once both are installed go into File Manager > Plugins > Skript > scripts > Create a new file named r.sk

In there type this exact code, even copy and paste it.

 

on server start:
	loop 3 times:
		execute console command "/minecraft:kill @e[type=item]"

Hit the 'Save' button, restart your server, should work just fine.

rose city STICKER

RosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaR

i code, animate, develop, UI design, learn, and adapt, as well as make servers, of course

💐Joined Minehut sometime in 2014
💐VIP sometime in 2018
💐Legend in January 2021
💐Helper on 4/11/2021
💐♥ (Retired) on 5/17/2021
💐 Moderator on 8/18/2023

Link to comment
Share on other sites

  • 0
3 hours ago, rosathorn said:

Go to Edit Server > Server Dashboard > On the main page for your server dashboard there should be a thing that says 'Command Bar'. Under that is a text box. In there, with your server started, type: minecraft:kill @e[type=item] then restart your server. If it doesn't work I have an alternative method.

Download ClearLag and Skript plugin.


Restart. Once both are installed go into File Manager > Plugins > Skript > scripts > Create a new file named r.sk

In there type this exact code, even copy and paste it.

 


on server start:
	loop 3 times:
		execute console command "/minecraft:kill @e[type=item]"

Hit the 'Save' button, restart your server, should work just fine.

its not really working imma send the screen shots 

if this help 

b56802cb-9d96-4a0d-ad17-8c724c5cc5ae.jpg

2ff1a86a-7794-4ae0-b4eb-d59408b9efaa.jpg

42f11ddc-1d9e-4b82-a015-0492e0a9d674.jpg

Link to comment
Share on other sites

  • 0
1 hour ago, TooCool007 said:

its not really working imma send the screen shots 

if this help 

b56802cb-9d96-4a0d-ad17-8c724c5cc5ae.jpg

2ff1a86a-7794-4ae0-b4eb-d59408b9efaa.jpg

42f11ddc-1d9e-4b82-a015-0492e0a9d674.jpg

try this

on server start:
	loop all items:
		if loop-item is netherite boots:
			delete loop-item

 

  • Like 2

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Exploratory, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

  • 0
2 hours ago, TooCool007 said:

so just copy and paste it into the r.sk file 

i guess, or if you summons a bunch of random items remove the third line and indent it properly

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Exploratory, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...