#help-server

1 messages · Page 298 of 1

grizzled nimbus
#

Use LuckPerms man. It has an online GUI which you can create groups on. Why don’t you use the online interface which is like 20x easier compared to creating a configuration file and making sure every space is correct.

west cloak
#

Is there any reason why you would prefer Pex over LuckPerms?

#

Yeah, looks like they removed everything.

golden glacier
#

I'll try luckperms, but does anyone know a good prefix plugin?

grizzled nimbus
#

LuckPerms does that already…

#

It handles prefix and suffix too

#

The only thing you need is a chat color plugin

prisma mango
#

Hey, how do I install java 16 on my Linux Ubuntu server without redefining java command executing Java 8?

#

My server is stable on Java 8 and I'd like to stay with it until I fully migrate, but I wanna launch a 1.17 server that requires a newer version.

#

I'm thinking of some direct path to java executable to put in place of java in my launcher script

ashen fox
#

?java16_linux

magic zenithBOT
#
add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
apt-get update

apt-get install -y openjdk-16-jdk

update-alternatives --config "java"```
ashen fox
#

Not sure if you can run two on the same thing

prisma mango
#

As Java states, it's backwards compatible, so my bungee and a few spigots should be fine

dusty nova
#

nono they were like still heads joined together, not rotating

buoyant citrus
#

i honestly have no clue what i did wrong

sudden loom
#

hello so i am trying to setup waterfall server and i am getting this message

Why?

buoyant citrus
sudden loom
buoyant citrus
#

is ur server on

sudden loom
#

yes

#

lobby is on

buoyant citrus
#

are you connected through waterfall

sudden loom
#

Yes

buoyant citrus
#

and priority is correct?

sudden loom
buoyant citrus
sudden loom
#

wiat

sudden loom
buoyant citrus
#

yeah ive got no clue

#

sorry

sudden loom
#

breh

onyx geode
#

why the heck does outdated spigot wait 20 seconds to start

tawny dust
sudden loom
#

Olivo pls help

onyx geode
#

so annoying tho when im just trying to test a plugin and im having to start and stop my server every few seconds when im coding it

onyx geode
#

it breaks everything

sudden loom
#

or give it to support every version

#

ezpz

tawny dust
sudden loom
sudden loom
#

i mean no

tawny dust
#

That's a yes

sudden loom
#

oh okay

tawny dust
#

Do you have that ip in the bungeecord config

sudden loom
tawny dust
#

Hm looks fine

uncut olive
#

Heya guys, would be happy if anyone could help me with my issue? One of my servers starts really slow after updating the machine (ovh hosting) from 8 to 32 gbs which is quite weird and the same server after playing for a while in it and being in the end it crashed unexpectedly with a few errors, I read the errors, tried to fix it and now the main error is
https://pastebin.com/uGyxPGdq
After i removed a few plugins like citizens it started crashing because of other plugins and whatever i do it gives me this error with another plugin
but yeah, literally didnt change a single thing, no plugins, settings whatever, and it started crashing

buoyant citrus
west cloak
#

does anyone know how i could possibly make a buy sign that gives you a rank and some permissions with it
example
[Buy]
"rank name"
"rank prefix"
{cost of rank}

dapper wind
#

How can I change the path of my java

prisma mango
#

Hello, so my bungeecord's player count grows infinitely

#

Basically getOnlinePlayers().size() never drops, but rises when a player that haven't joined in a session joins

#

And if they leave, they're not removed from the list

#

How can I fix that?

full orchid
prisma mango
#

It has nothing to do with my plugins though

#

I assumed it'd be rather in help server

#

but fine

short prism
short prism
short prism
short prism
prisma mango
#

But when I pint the server in server list, it says im online

#

Like how

#

What can be the issue?

short prism
short prism
#

Personally I have no problems with Purpur Fork even if that's not supported here

onyx prairie
#
wake-up-inactive:
        animals-max-per-tick: 4
        animals-every: 1200
        animals-for: 100
        monsters-max-per-tick: 8
        monsters-every: 400
        monsters-for: 100
        villagers-max-per-tick: 4
        villagers-every: 600
        villagers-for: 100
        flying-monsters-max-per-tick: 8
        flying-monsters-every: 200
        flying-monsters-for: 100
#

What do these settings do?

craggy owl
#

Is it possible to run java 8 on one server and java 16 on another?

#

Is there a command to run the server with java 8 syntax instead of java 16? etc

short prism
short prism
#

what's the point on running two different java? 🤔

stray sedge
#

1.16 hub and 1.17 survival or smth

craggy owl
#

Well... specifically I have a legacy server, that I dont want to maintain but people still play

#

i literally cant update the plugins for it

#

and it needs to run on java 8 or so... (11 prob would work)

#

Java 16 breaks a lot of the old reflection stuff for a ton of old plugins that are VERSION locked.

#

So my new server needs to run java 16

short prism
#

Personally I use java 11 to 16

craggy owl
#

You cant use java 11 if you want the latest plugin updates.

short prism
#

Update to at least 11 (if you're on 1.16-1.17)

craggy owl
#

Java 16 is required.

#

ie, LuckPerms, etc

short prism
#

Yeah

craggy owl
#

there's several that require 16

#

So I can install both java 8 and java 16

stray sedge
#

At the same time?

craggy owl
#

yes

#

im just looking for the syntax to launch with java 8

#

java7 -jar helloworld.jar

#

That looks to be it...

stray sedge
#

You'd just have to run the java 8 .exe instead of the 16 one

short prism
#

/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -version

#

🤔

craggy owl
#

sigh

#

this is going to get stupid lol

stray sedge
#

Just get the path for the java.exe for java 8 and run it with that

short prism
#

Wait, let me see

craggy owl
#

😠

#

java
-Xms2G
-Xmx2G
-XX:+UseG1GC
-jar spigot-kingdoms.jar

#

It would just be "java8 "

#

I think

stray sedge
#

What os

craggy owl
#

ubuntu

stray sedge
#

Can you make a custom console command

#

That just runs it with the specific version

short prism
#

default-jdk no?

#

you mean

#

Ehehe

#

Found it 😄

#

but it's windows mode...

#

I hope that helped you 😃

craggy owl
#

hmm makes sense

#

but now to find the java install path on ubuntu

short prism
craggy owl
#

yep, it worked

#

I already had java 11 installed

#

EpicWorldGenerator doesnt work with java 11 though lol.. only java 8

#

just going to remove that plugin I guess

west cloak
#

I run an anarchy server, and I want to limit my players to flying at 100 bps, does anyone know a plugin that can do that for 1.17?

boreal valve
#

hey does anyone know a plugin for a dealer where you can sell and buy things?

short prism
boreal valve
#

thank you

short prism
#

You're welcome 😄

uncut olive
#

can anyone help me with slow loading time? literally loading libraries takes a minute

#

0 plugins Intel W3520 - 32GB DDR3 ECC 1333 MHz - SoftRaid 2x2To SATA specs

short prism
#

Can you come in DM please? So you can give me logs, etc...

uncut olive
#

dm'ed you!

void plinth
#

is there any way to get a player head and it not update to the new plays skin

#

if that makes sense

#

like if i change my head to a certain texture

#

is there a way to get that head and for it to never cahnge

short prism
#

You can use the plugin HeadDataBase

void plinth
#

a player head for a custom item

#

is it possible for me to like, be able to use my own skins

short prism
#

Well, HeadDataBase

void plinth
#

okay thx

#

tysm

short prism
#

You can find a player skin, and you have an option to select the head

void plinth
#

yeah

short prism
void plinth
#

but if i want my own player heads is it possible to use like my own textures with headdatabase

#

or will i need to have several accounts

short prism
#

With HeadDatabase you can use player account's heads, and custom premade heads (Item)

#

You have around 50.000 heads available

void plinth
#

okay yeah, but if i got a player account head, then the account changed there skin, would the head change?

#

or can I use my one account to get my own custom heads

short prism
#

I believe it doesn't change on the player account head since when you place the block it's like registered on the actual state

void plinth
#

okay

#

thanks

#

👍

short prism
#

By the way, this plugin is paid

#

You're welcome 😉

void plinth
#

yeah thats alg

#

okay have a good one

river birch
#

hello so im trying to start my own plugin and so im running into some problems like right after i create my class in eclipse everything just pops up as error

#

does anyone know whats up?

#

currently i have Core/src/(default package)/SimCore.java/SimCore they each have a error

earnest beacon
#

Hey guys 😄 ... anyone worked before with MyCommand plugin :p

#

currently i have some little problems trying to make my 1st command :p

meager quiver
#

hello everyone. i keep getting failed to create log file buildtools.log.txt does anyone know how to fix this?

short prism
river birch
#

oh ok thanks i figured it out anyways

short prism
#

Perfect! You're welcome 😄

earnest beacon
meager quiver
#

can anyone help me with my problem?

short prism
west cloak
#

MyCommand is perfectly fine for your use case.

#

What's your issue with your first command?

#

MyCommand has a pretty extensive wiki

#

@earnest beacon

short prism
#

Skript is easy too, and way more customizable ^^

#

There are tons of docks about it, and addons

#

You create a file <what you want>.sk file into Skript folder [ /plugins/Skript/scripts ] and I can help you about the event/command

west cloak
#

Yeah I mean but like

#

MyCommand is great for this

#

Since he just wants to make a command

short prism
#

Well, both still works ^^

west cloak
#

Lmao, skript

short prism
#

Well, people can laugh about Skript but that's not a bad plugin tbh

grizzled nimbus
#

well tbh it kinda is lol

short prism
#

You can't do everything with Skript but lot of things

#

You don't need to make an entire plugin just for a command at least :p

blissful quail
#

I recommend commandcore 😉

ashen fox
#

makes one command in skript; entire servers performance dies

onyx prairie
grizzled nimbus
short prism
#

Totally wrong

#
  1. Skript make lighter files with the same functions as a plugin
  2. Why bully? Skript is one of the most configurable plugin
  3. You can also do all the commands you want and more
  4. Skript Literally uses nothing 😂
grizzled nimbus
#

Sir, im a developer and there is a reason why we all joke around Skript being a horrible plugin

#

And also, lighter files doesnt mean better performance....

short prism
#

That's why I'm using it since few years and never had any problem

grizzled nimbus
#

i could write a while loop in 1 line of code

#

and destory the server

#

lol

short prism
#

There is something called "checking"

grizzled nimbus
#

?

short prism
grizzled nimbus
#

i bet you cant do Thread.stop in skript

#

it kills the server instantly

#

lol

#

it just literally destroys the server thread, same as if you killed it using Task Manager

short prism
#

Well, on my side I never had any problem with this plugin

#

Everyone make jokes about this but actually its not bad

grizzled nimbus
#

Consider hiring a dev or something to code plugins for it

grizzled nimbus
short prism
#

No its not

grizzled nimbus
#

theres a reason why we joke around it

short prism
#

I'll still use it

#

🙂

grizzled nimbus
#

ok

#

Idc

#

lol

short prism
#

Ok

#

then don't talk

grizzled nimbus
#

im just telling you true information

#

that the general consensus agrees on

#

you can choose to ignore it

#

¯_(ツ)_/¯

short prism
#

Developers hate it generally

#

I still don't care

blissful quail
#

Usually because of the issues it causes

short prism
#

Either i'm the lucky one

#

Either I don't know

#

My Skript plugin runs perfectly without any crash, no performance issue.

#

Well, it's 04:04am in 🇫🇷 I'll go to sleep. Good night everyone ^^

ashen fox
#

my entire server core that literally does everything has better performance then 1 skript

west cloak
#

hi , what is xms ?

mellow dock
#

Minimum memory

west cloak
mellow dock
#

Maximum memory

ashen fox
#

im not clicking that

#

helll no xD

west cloak
#

wtf ?

#

how fix error ?

nocturne harness
#

Anyone know how to get gcash on Tebex/buycraft?

#

I don't see the option, but many buycraft servers have it..

strange crest
#

hey spigot is telling me i have an outdated build but i have the latest build

#

and i cant figure out for the life of me the buildtools

grizzled nimbus
#

you must use BuildTools to create the jar

strange crest
grizzled nimbus
#

mhm its illegal

strange crest
grizzled nimbus
#

java -jar BuildTools.jar --rev [ver]

#

so 1.17 if you want 1.17

frosty leaf
#

https://youtu.be/lNp4I-600wo also a good one (the legal way)

A simple video that explains download and setting up your own Spigot OR CraftBukkit server for 1.16 and above. I show 1.16.3 in this video, but it applies to every recent version and even future ones! By the end, you will have a working multiplayer server that you and your friends can play on, for free! Yes, this video uses BuildTools, but it's ...

▶ Play video
grizzled nimbus
#

etc

strange crest
#

thank you

sullen basin
golden glacier
#

prefix plugins?

dense void
golden glacier
#

What is a good one?

dense void
#

what prefix do you mean? tab.. chat.. name?

golden glacier
#

Chat

#

And i'm also looking for a tab plugin for 1.17

west cloak
#

Hello, um so I need help creating buildtools...

#

I ran a server before and everything was fine

#

however this time whenever I try to create buildtools, I get this error:

#

Exception in thread "main" org.eclipse.jgit.errors.TranslationBundleLoadingException: Loading of translation bundle failed for [org.eclipse.jgit.internal.JGitText, en_US]

#

I can't find anything anywhere about how to resolve it (even on this server)

#

anyone?

#

(sorry, I don't mean to sound rude, I'm trying to get at least something up asap)

undone eagle
#

Sup guys I need help for installing an plugin to my server

#

🙂

regal nacelle
#

Hi, so I have a server and in it only ops are able to move items in inventory and drop stuff, others cant. I assume its probably due to a plugin. I've tried removing WorldGuard but that didn't work. Here are the plugins that I use. Can anyone help me out with which plugin maybe causing this?

Plugins (56): AdvancedHelp, BetterCrops*, BetterReports*, BlockParticles, BossShopPro, CommandSigns, CrazyAuctions, DeadChest, DiscordSRV, EconomyShopGUI, Enchants*, Enchantssquared, Essentials, EssentialsSpawn, GHolo, GLight, GMusic, GoldenEnchants, GSit, GUIBanks, HeadDrops, HolographicDisplays, ID-Library, IdleShutdown*, ImageMaps, LPC, LuckPerms, Maintenance, MineForMoney*, Minepacks, Mobcash, Multiverse-Core, MyCommand, NexEngine, PassLock, PlaceholderAPI, PlayerShops, PluginManager, ProtocolLib, PvPToggle, QuickBoard*, ServerSelectorX, ServersNPC, SilkSpawners, SkinsRestorer, spark, StaffChat*, SuperVanish, TAB, TradeSystem, UUID*, Vault, WarpSystem, WG-GUI, WorldEdit, WorldGuard

(Please ping me when replying)

tulip fossil
frosty leaf
#

i think you need set a specific permission to false

#

cant remember

violet moss
#

How can I lower the health regeneration time?

short prism
#

Your error is about a port already used, are you running multiple servers in your computer?

violet moss
wispy lily
#

[14:00:02 WARN]: [Essentials] Detected supported permissions plugin LuckPerms without Vault installed.
[14:00:02 WARN]: [Essentials] Features such as chat prefixes/suffixes and group-related functionality will not work until you install Vault.

Does anyone know what this problem is from?

tawny dust
#

You don't have Vault installed

wispy lily
#

then I still have a couple of disturbing errors in the console:

#
  1. [15:04:55 WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
    [15:04:55 WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
#
  1. [15:04:51 WARN]: [Multiverse-Core] "Multiverse-Core v4.2.2-b812" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
#
  1. [15:04:52 ERROR]: [Essentials] You are running an unsupported server version!
short prism
wet cedar
#

how to use npc add a line

tawny dust
#

?

wet cedar
#

how to addline the npc

tawny dust
#

What plugin is the NPC from

wet cedar
#

yeah

#

how

tawny dust
#

Don't think that's possible

#

Use a plugin like Holographic Displays and add a hologram for the other lines

wet cedar
#

okay

short prism
# wet cedar okay

Hello! Yeah as @tawny dust said, use HolographicDisplay. Hide the npc name by doing /npc name
Add a line by making an hologram and that should be good 😉

wet cedar
#

thank you vro

regal nacelle
frosty leaf
#

you should go to the EssentialsX discord support server

short prism
#

Since it is replacing your inventory, adding a compass

#

I'm not 100% sure*

tawny dust
#

^ probably

regal nacelle
short prism
#

Oh okay

frosty leaf
#

do a binary search

short prism
#

Well, do you have any plugin that have a link with your inventory ?

regal nacelle
frosty leaf
#

try removing essentials too since it messes up with stuff sometimes

tawny dust
#

Don't use plugins like Plugman or PluginManager

frosty leaf
#

^

tawny dust
regal nacelle
frosty leaf
#

oh yeah its serverselectorx

#

someone told you in Purpur discord so i just sent it in case you didnt see it xD

short prism
#

Genius

#

😏

regal nacelle
#

I was dumb

#

very very dumb

#

cancel-item-drop: false
cancel-item-move: false

I had these to true 😐

#

Thanks for the support btw

undone eagle
#

but

#

the other one

#

isnt an spigot one

#

😐

#

so i donno how to add it

tawny dust
#

Then put that in server

undone eagle
tawny dust
#

Sure

tawny dust
#

He used Aternos

short prism
#

Oh

#

oof aternos

versed bay
#

Guys I need help

#

When I install any shop plug-in in my aternos server so it works when you are operator of server but shows error when u are not operator

west cloak
#

Aternos bad

regal nacelle
#

Bungeecord: how to make it so if for example server 2 or server 3 crashes or restarts it should send the players of that server to the default server lobby (1st server in the priority list)

plucky hemlock
#

can anybody help

#

is there any spigot plugins i can ue as a discord bot to note down people users names and ips

tall igloo
west cloak
#

Does anyone have a head drop plugin?
and one of getting egg spawner

#

pls

pine pike
#

anyone knows what plugin this could be?

#

these are my plugins btw

tall igloo
#

Literally vanilla lol

tall igloo
pine pike
tawny dust
#

LPC

tall igloo
pine pike
#

okay

#

although

#

no

#

my ranks look different

wispy lily
#

[19:58:06 WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 75.864146ms. Summary: Getting prefix for GoldIRoger
Anyone know what the problem is with this?

pine pike
#

the problem is that i dont want that rank

#

i never set it up

tall igloo
#

What

pine pike
#

wdym?

tall igloo
#

Thats what im asking you

pine pike
#

now i am looking for what plugin sends them

tall igloo
#

please do not ping me

pine pike
#

okay i am sorry

vale silo
#

Anyone know if you can make a Snapshot Spigot server?

plucky hemlock
#

how do i see players ips

vale silo
plucky hemlock
versed bay
#

When I install any shop plug-in in my aternos server so it works when you are operator of server but shows "You don't have permission to do that" when you aren't a operator

vale silo
pine pike
#

^

tall igloo
tawny dust
versed bay
#

Luck perms?

vale silo
tawny dust
versed bay
#

I installed it and gave perm but it didn't worked

tawny dust
#

You didn't give it

versed bay
#

I did

#

Can u tell best shop plug-in for my aternos SMP server

tawny dust
#

.-.

versed bay
#

🤔🤔🤔

versed bay
#

Can anyone help meeeeeeeeeeeeeeeeeeeeeeeeeeéeeeeeeeeeeeeeeeeéeeeeeeéeeeeeeéeeeeeee

#

@tawny dust @vale silo @tall igloo @pine pike

tawny dust
#

Stop pinging

versed bay
#

So what I do when this is help channel and I'm not getting help

tawny dust
#

You wait instead of pinging random people

versed bay
#

Just waiting from 1 and a half hour

tawny dust
#

Yeah that or learn how to Google

versed bay
#

I just can't find it anywhere

#

Not on YouTube not on Google

plucky hemlock
#

Is there any plugin that logs there ip and username

tawny dust
#

Vanilla already does we've told you many times now

versed bay
#

I'm now just gonna leave the SMP and this dc server

#

I will play Roblox Instead of minecraft

plucky hemlock
tawny dust
#

Yes

plucky hemlock
#

I told u I'm using pebble host

tawny dust
#

And

plucky hemlock
#

It only logs the uuid

#

Want a screen shot?

tawny dust
#

You can still read logs

#

Anyway as I already told you use the ip ban command to ban an ip no need to track them

plucky hemlock
#

Alright

golden glacier
#

anyone know a shop plugin

#

With vault money-

tawny dust
#

Have you tried Google

golden glacier
#

?

tawny dust
#

Google for a shop plugin

golden glacier
#

I Have if i had not i wouldn't have asked it

golden glacier
#

you think ur smart now

#

why r u so rude lol i litterly asked a question

ashen fox
#

no were just sick of people not googling shit

#

happends every day

golden glacier
#

i googled it lol

#

none of the plugins i found were with vault

#

and if u don't like it then don't answer

ashen fox
golden glacier
#

lmao i never asked u smth.

west cloak
#

you asked a question in a public channel, you asked everyone here

golden glacier
#

also true but they don't need to be mad lmao, just don't answer if u want to rude

vestal marsh
#

Does anyone have any idea why some people on my server are all of a sudden getting the unknown host error while others aren't?

tawny dust
tawny dust
#

Hm give it 24 hours might be issues in some DNS server

short prism
#

There are lot of ways to make a shop using Vault Economy

vestal marsh
short prism
golden glacier
short prism
#

You can still try it

#

Logically, that should work

#

If you get anything bad in your console, just remove it ^^

tawny dust
short prism
#

Or your DNS date expired 🤷

vestal marsh
#

And how do I renew it

short prism
#

Where your DNS Is hosted on ?

#

If your DNS Expired, it doesn't exist anymore

golden glacier
short prism
#

You should know if it still exists or not on your panel

vestal marsh
#

But then how would that explain some people still being able to join?

golden glacier
vestal marsh
zinc cape
#

am i able to force rendering based on exact blocks distance rather than chunks

tawny dust
lone plinth
#

Anyone know about this stuff

#

java -Xms128M -Xmx1650M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar server.jar

#

alkair flags?

tawny dust
#

Yeah what about it?

lone plinth
#

oh so its called alkair flags

#

java -Xms128M -Xmx1650M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar server.jar

#

this is called client flags

#

does anyone know what they do

#

servers can mess with clients?

tawny dust
#

They tweak the GC to make the server run better

lone plinth
#

gc?

#

Gas chromatography?

tawny dust
#

Garbage collector

lone plinth
#

oh a very unique name

#

XD

tawny dust
#

It removes unused data from ram

lone plinth
#

java has something like that huh

tawny dust
#

Yeah it makes life easier

lone plinth
#

is Aikar the paper dev

#

omg cool

tawny dust
#

Yeah he is one of them

lone plinth
#

i wonder why no minecrqaft server setup tutorials covered this

#

it makes the server run better if you put the huge chunk in right?

#

java -Xmx2048M -Xms2048M -jar paper.jar nogui
pause

tawny dust
#

Yeah it makes things run much better

#

Ghost ping :kekw:

zinc cape
tawny dust
zinc cape
#

server lag or client lag

tawny dust
#

Both

zinc cape
#

also if it would only render players it would be good enough

tawny dust
#

Players can be changed

#

That's an option already

zinc cape
#

well i thought about making multiple permissions group with different player view ranges like 16 32 64

#

also ensuring both will be seen at exact same time as chunk rendering renders them quite at random

#

as ranged weapons will be used

#

okay so what is this plugin?

merry elk
#

Kontynuuj tutaj

#

Ale po angielsku

#

Ja niestety bardziej nie pomogę

tawny dust
#

English :kekw:

tawny dust
zinc cape
#

ah rip

#

just if both players would have 1 chunk forced render then there could be situations where just one sees other

#

when they are on edge of render

#

that why i wanted make it based on blocks instead

short prism
#

What plugin are you using ? @golden glacier

short prism
safe jay
#

hmm

vestal marsh
lone plinth
#

theres nothin in jdk 16's bin

#

wtf how i can use something like this to start 1.17 servers

#

C:\Program Files\Java\jdk-15\bin\java.exe

shrewd cave
#

is it safe to run a public small server on my pc?

#

what precautions should i take before making it available to the public

zinc cape
#

if somebody doesnt likes you he will kill your internet

lone plinth
lone plinth
#

on ur internet

#

if you host a server u risk info leak i think

shrewd cave
#

Its just my home internet the one i use for eveything i do

lone plinth
#

well if you are not afraid of your internet being shutdown by some ddoser or info leak, you can

#

but both of them are VERY unlikly to happen

#

unless u host a server at the scale of hypickle or something

#

but if you host a server that large you would have bought anti doos and stuff

vale silo
#

if you use no-ip you don't have to give out your ip

#

and people can still join

#

and is free

lone plinth
#

huh that website can stop ddos?

urban mist
#

Cloudflare

solid pilot
#

My server just says encrypting and then "timed out" when I try to join but works on vanilla and not spigot

shrewd cave
#

I have a website that can ddos protect i think

#

like it redirects

#

do you think that would be enough

#

for now

tall igloo
shrewd cave
#

thats the thing

bright torrent
#

Looking for a sign shop mod that works with essentials? Or over essentials? Any suggestions?

short prism
#

oof

bright torrent
#

why oof?

vestal marsh
#

wait what

short prism
#

I mean,

#

Do you buy a DNS but your self-host your server

fallow cliff
#

Is there anyone here who can help me download Spigot / Build Tools ? I am trying to follow a video tutorial, but my programs don't look the same and am stuck

mellow dock
#

?bt

magic zenithBOT
versed bay
mellow dock
#

Get a permission plugin

versed bay
#

Done that but didn't worked

#

It's luck perms

real folio
#

how can i install bungeecord in falixnodes ?

#

i have tryed to connecting to proxy but it failed

magic zenithBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.

fallow cliff
#

Anyone have any tips for a mod not working? I have the command to start the mod, but nothing happens

mellow dock
#

Spigot doesn’t support mods

cloud flax
#

what particle dissapears the quickest?

left crescent
#

is there some fix to have a better restart script that doesnt leave the console window open?

@echo off
java ... bla bla bla
pause >nul
sudden loom
# lone plinth ```java -Xms128M -Xmx1650M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPau...

use this

java -Xms2G -Xmx{{SERVER_MEMORY}}G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs/ -Daikars.new.flags=true -jar {{SERVER_JARFILE}} nogui

If ur server crashes it will automatically restarts it

tawny dust
#

Also no it will not restart without something else

zinc cape
#

i wondered as i searched up

#

does feature of giving different textures based on tool quality was added in 1.9 or was avaiable in 1.8 already?

tawny dust
#

Added in 1.9

zinc cape
#

ah shame so i need to update one version higher

tawny dust
#

You should run 1.12.2 1.16.5 or 1.17.1

#

Choose one

#

1.16.5 and 1.17.1 have a tag called CustomModelData which means you don't need per durability models

zinc cape
#

nah i got used to that already

#

and im using viaversion anyways

sudden loom
#

btw what plugin should i use to add commands /lobby, /hub in every sub server

#

?

#

Bungeehub doesnt works

#

@tawny dust ur smartets here :D u prolly known that :D

sudden loom
zinc cape
#

does anyone know defaults for minecraft tools display values?

#

their scale rotation etc

sudden loom
zinc cape
#

oooh just noticed texture packs can be in folders and that speeds up testing a lot

river sun
#

hey has anyone here had issues with players loggin in while elytra flying crashing the whole server?

short prism
#

Are you talking about this?

#

🤔

short prism
river sun
#

plot twist.. im running paper and i know you guys dont support paper 😮

#

are you still interested in logs?

#

i asked for help there and they said that server is just running out of memory whilst calculating colisions

#

logs right before crash... the player trying to load in is OfficialEmanuel and we TPed to him to confirm that he was indeed flying and kept crashing the server everytime he logged in: https://mcpaste.io/0340c78dd013184f

quasi jay
#

I have a Spigot server with multiverse and I was looking for a plugin that would set the spown point and when a player leaves and re-enters it always returns to the default point.

short prism
zinc cape
#

and not playsound format

#

am i able to make custom list with format like this

zinc cape
#

i can playsound my sounds but cant insert them into plugin

versed bay
#

It shows no permission

plucky hemlock
#

does anybody know how i give tebex my buycraft store access to console to give people ranks

west cloak
#

Hey guys, I need to know, how I can install Java 16 on my Debian 10 root server 🙂

#

hello i want to know if essentialsX afk prevents server.properties afk kick or anything else

frosty leaf
#

google

west cloak
#

i googled

#

no information

frosty leaf
#

but that’s something you could ask in the essentialsx discord

west cloak
#

oh ok

#

what is the discord link

#

lemme check the website

frosty leaf
#

@west cloak

west cloak
#

ok thx

zinc cape
#

so am i able to add custom sounds?

frosty leaf
#

probably

zinc cape
#

to the list of spigot sounds

#

because plugin cant read vanilla sounds

golden glacier
#

?paste

magic zenithBOT
west cloak
#

I am really new to the server thing, how do I access the files of my Debian 10 Root Server via FileZilla?

real folio
#

why i can join to thr proxy
in bungeecord

pallid jackal
#

anyone know why my servers ram is capping out?

#

i have one person on right now, and its eating 14 gigs

tawny dust
#

It may eat what you give it. That's how Java works

opal mantle
#

Does anyone know of a perks plugin where the player gets a perk permanently and can't select anymore?

pallid jackal
#

and a max of 16 gigs

#

so something is eating it

tawny dust
#

Setup VisualVM and take a look then

spiral cradle
#

any one know y i cant put staff in sec hand?

#

this is my plugins

tawny dust
#

What server version

spiral cradle
#

1.16

tawny dust
#

Why did you cover a plugin

spiral cradle
#

i code this plugin

tawny dust
#

Send output from /version

#

Oh and your plugin might be the cause

spiral cradle
tawny dust
#

Go to the Paper discord

spiral cradle
#

uh

#

link?

tawny dust
#

Check their site

golden glacier
#

so i have mv installed, and i want to set another world to the default one, is there a way to do it without clearing specific players inv

#

should i just save the playerdate and upload it in the new world

zinc cape
#

can somebody give no invulnerability after hit plugin

tawny dust
#

Bad idea

golden glacier
#

nvm the playerdate thing didn't work

tawny dust
#

Some of Minecrafts damage things rely on the no damage ticks to work

zinc cape
#

just everyone in internet pasted their code and i cant do code i just want working plugin

west cloak
#

for some reason with world guard

zinc cape
west cloak
#

when ur in the area called facctions on my server other players cannot use /shop /ah /rtp thing like that

#

idk how to fix it

steep wing
#

hi guys, does anybody knows a way to download my friend's server world? in 1.17

golden glacier
west cloak
#

no

#

ive looked at all of them

#

there is one in there that says allowed commands and i have added them but still nothing'

#

maybe something in config im thinking but i cant find it

#

or its just nmot there

#

this is a big deal also cus if that dosent work then warp wont in the area and im setting up a crates area for it

#

so yeah

golden glacier
#

how can you transfers inventory's when u change the default world with multiverse

golden glacier
#

So when i change the default world everyone keeps their stuff?

west cloak
#

mhm

golden glacier
#

what happens when i delete player data

zinc cape
#

clear player items

golden glacier
#

nice

#

xd

pine pike
#

does anyone recognize this from a plugin they know? one of my plugins does this and i want to disable it

zinc cape
#

sounds like you got too many plugins

pallid jackal
#

anyone know how to make a world with only the deep dark?

#

like is there a special generator i can use?

#

and make it so it has a bedrock roof and floor

sudden loom
#

@tawny dust sorry for da ping but slashserver doesnt works

tawny dust
#

Did you name things correctly and where did you install the plugin

sudden loom
#

Does super lobby works like that?

#

Or serverlistx or smyhng like dat

#

Olivo r u plugin dev?

tawny dust
#

I am

sudden loom
#

Can u link me ur Spigot Profile

tawny dust
#

Nothing worth using on there

golden glacier
#

How can u update citizens if u bought it

tawny dust
#

You download the new version

golden glacier
#

it costs money because I lost the account where i bought it lol

sudden loom
#

There

tawny dust
#

One I made in 5 minutes

sudden loom
#

What its about😂

frosty leaf
#

make sure you have proof of purchase btw

tawny dust
sudden loom
#

Ooh

#

Link m3 pls😂

#

I might do something usefull for that

#

Maan i want bungeehub but it doesnt support latest waterfall

tawny dust
golden glacier
#

when doing /spawn the server crashs

#

?paste

magic zenithBOT
golden glacier
#

i think this is it

sudden loom
golden glacier
#

?

sudden loom
#

Nothin

#

Sorry

golden glacier
#

Was that meant for me

#

or

#

xd

sudden loom
#

No

#

Ur srv is really overloaded

#

And i think u have mistake in config and thats why its crashes i dont really know

ashen fox
#

your permissions.yml file isnt valid

#

Restart your server

sudden loom
ashen fox
#

and send the new error

golden glacier
ashen fox
#

send a screenshot or put it in a paste

golden glacier
#

Icy_block bending.ability.BloodRip
this is the only thing in my permission thing file

ashen fox
#

delete it

#

leave the file empty

#

no reason to be using it

golden glacier
#

just to be sure

#

when deleting it everyone still has their perms right? xD

ashen fox
#

use luckperms

golden glacier
#

i want to but then i have to give everyone all their perms back

ashen fox
#

you literally said you have 1 thing in your permissions yml

#

and it isn't even working

#

so it doesn't matter

golden glacier
#

i use the permissions commans

#

commands*

ashen fox
#

Then you have a plugin for it

golden glacier
#

yeah

ashen fox
#

then it dopesn't matter

golden glacier
#

okay

ashen fox
#

empty the permissions yml file

#

or just delete it and let it regenerate it

#

And restart your server; don't use /reload

golden glacier
#

okay

#

Someone said the problem might be essentials

#

Should i use essentialsx instead

#

or

ashen fox
#

It's not

golden glacier
#

oh okay

ashen fox
#

You should use EssentialsX but it's not the biggest thing right now

#

main error currently for you is the permissions yml not loading

golden glacier
#

?paste

magic zenithBOT
golden glacier
ashen fox
#

did you completly delete the permissions yml or did you just empty it and save it

golden glacier
#

delete

#

it also crashes when i die and click respawn

ashen fox
#

you restarted the server right?

golden glacier
#

yes

ashen fox
#

try using EssentialsX for 1.17

#

and if the issue persists contact their support

golden glacier
#

Do i keep my essentials warps?

ashen fox
#

Id recommend looking on EssentialsX's stuff for that, I don't use Essentials so im limited on support for it

golden glacier
#

okay

#

i can't find essentials 1.17 on the spigot website

#

what essentials should i delete if i use griefprevention

#

antibuild and

pine pike
zinc cape
#

oh well i had 70 on my old server

grim tinsel
#

can i disable all worldedit commands for all players?

tawny dust
#

Just don't give them permission

#

Or remove the plugin

grim tinsel
#

i can't remove worldedit

#

i want to disable their commands

tawny dust
#

Then the first option

grim tinsel
#

no more

#

permissions don't work

tawny dust
#

Then you did something wrong

grim tinsel
#

they have * permission

#

but i want to disable all comands

#

from worldedit

signal ivy
#

why do they have *

grim tinsel
#

there isn't a plugin that do it? maybe perworldsplugin?

signal ivy
#

just go in and negate all worldedit permissions

grim tinsel
#

don't work

#

as i said

tawny dust
#

Why are you giving star perm

grim tinsel
#
  • -worldedit.*
#

cause they are owners

signal ivy
#

that's not how you do it on luckperms

tawny dust
grim tinsel
#

i'm not using luckperms

tawny dust
#

Use it

grim tinsel
signal ivy
#

then ig you are sol

west cloak
#

the plugin nametagedit works for like 2 seconds then it goes away

#

what do i do?

tawny dust
signal ivy
west cloak
#

bruh how

signal ivy
#

on the page there should be a link to an issues page or a github link

west cloak
#

oh ok

heady tartan
#

When I start 1.16.5 spigot with JDK 16. But at one friend it works.

tawny dust
heady tartan
#

Oracle Website

tawny dust
#

Spigot jar

heady tartan
#

From Getbuk*it

tawny dust
#

Yeah illegal unofficial upload

#

Don't use that

#

?bt Get the official jar

magic zenithBOT
west cloak
#

hey there is aproblem with my world guard

heady tartan
#

Whats BuildTools?

west cloak
#

players cannot use simple commands like /rtp /ah or /shop things like that

#

until they go out of the region#

#

idk waht to do

tawny dust
sudden loom
tall igloo
tawny dust
#

One is outdated and could be infected with malware

#

You never know

tall igloo
#

and getshittit is outdated most of the time 💀

ashen fox
#

one is controlled by spigot

#

one isnt

sudden loom
#

Okay okay

golden glacier
#

is there a way to convert all ur perms from permissionsx to luckperms

#

like copy a file or something

sudden loom
#

Yes

golden glacier
#

how

sudden loom
#

Uum lemme find docs for that

golden glacier
#

wait while migrating i need to keep permissionsx installed?

sudden loom
#

I think that doesnt matters

#

But dont trust me with that

#

Keep it.

golden glacier
sudden loom
#

Yes

#

No point to keep it

golden glacier
#

and the migrate plugin

sudden loom
#

Wdym

golden glacier
#

Should i delete the migrate plugin?

#

After migrating

sudden loom
#

Wat plugin?

golden glacier
#

luckperms-migration-permissionsex.jar

sudden loom
#

Yeye

#

Delete tgat

golden glacier
#

what do u recommend should i download the compat plugin or learn luckperms plugin commands

sudden loom
#

I always prefer Luckperms cuz itw just really cool and ez to use

golden glacier
#

I just found this command

#

lp user <user> permission set <permission> <true/false> world=<world>

#

is there a way to set world to every world

sudden loom
#

Uum just dont set work

#

Dont use that part

golden glacier
#

so like lp user user permission set (perm) true

sudden loom
#

Just lp uset permissions set permission true

#

Ez pz

#

Mhm

golden glacier
#

okay

sudden loom
#

U dont even need true part

#

Only if ur disabling it use false

golden glacier
#

but

#

i don't see the perm im looking for in the list

sudden loom
#

Wdym

golden glacier
#

oh nvm

#

i'm just blind

#

how can i see group permissions

sudden loom
#

Easiest way is /lp editor

golden glacier
#

wait-

#

permissions i removed in pex like /pex group group remove (perm) are not set to false

#

they're gone

#

nvm

#

does every group have default perms?

west cloak
#

Anyone here? Can people ask for Plugin recommendations?

tawny dust
#

Yeah I guess but try finding plugins on Google first

west cloak
#

yea thats why i came here

I need a free, but still okay custom enchants plugin
i found 2 frees, but they are not that what i look for

The paid ones i cant afford, because i pay server cost right now and had to buy a lot other plugins first

west cloak
#

50-60 custom enchants would already be enough
glowing, haste and such basic custom enchants
so that i can add books or a random item that generates the books randomly

people should get them at a npc in my server town or from crates randomly

#

advancedenchants is best, but its also 15€ which i cant afford rn

tawny dust
#

I recommend EcoEnchants

west cloak
#

has to be free

tawny dust
#

You can compile it for free

#

You will have no support if you do though

west cloak
#

hmm i dont need it probably

#

the support

#

Dont see an option to compile

golden glacier
#

do all groups with luckperms also have default perms

compact sigil
#

Hello , best startup script ?

tawny dust
magic zenithBOT
golden glacier
#

How can u add all default perms to other groups with lp

inland moon
#

i have a problemw with my mods admins cant break blocks

#

please help

#

using lp with essentials

brazen parrot
#

I have recently switched from paper to Purpur (best decision a server owner could make) and overall, server is running a lot better, but I have been having some large tps drops randomly. Is there anything that I can change to reduce this?

#

(Players report it when loading new chunks)

fallow gust
#

you should probably ask in their discord 😅

brazen parrot
#

They have one?

tawny dust
fallow gust
#

their website links one

golden glacier
#

Can u turn off the red name from essentials

inland moon
#

bc ultra isnt working

tawny dust
#

Remove Ultra

inland moon
#

done

tawny dust
#

Now restart and see if that helps

inland moon
#

it dont

tawny dust
#

Try breaking blocks a bit away from spawn

#

Does that help

inland moon
#

spawn protection in mv world?

tawny dust
#

Yeah it can have that

inland moon
#

Thats bs

#

it worked to disable haha

heady tartan
golden glacier
#

does luckperms give a prefix

pallid jackal
#

any methods to reduce ping to my server?

#

ive got massive problems w/ ping

tawny dust
#

Get a host closer to your player base

pallid jackal
#

i host very close to my player base, its a local server with people in my town

#

are there any things in my firewall i should change?

tawny dust
#

Hm are you hosting it?

pallid jackal
#

yeah

tawny dust
#

Are you on a wireless network?

pallid jackal
#

no, ethernet

#

and i have fiber optic

#

i have very good wifi, so im pretty sure its server side

tawny dust
#

Hm not sure then

lethal geyser
lethal geyser
pallid jackal
#

how can i buff passive mob spawns?

short prism
short prism
pallid jackal
#

i pregenerated my world with a chunk renderer, and apparently due to this no passive mobs spawned. How can i populate my world with animals?

golden glacier
#

?paste

magic zenithBOT
tawny dust
#

OldCombatMechanics removes attack cooldown

#

Not adds a forced one

stone notch
#

Does someone know a plugin that stops critical hits from doing more damage

magic estuary
#

hey guys, could someone point me to a good mob spawn control plugin?

#

for 1.17 preferably

fast turtle
#

hi

#

PING ms
8
DOWNLOAD Mbps
72.24
UPLOAD Mbps
95.15

#

are these speeds enough for 80 players?

tawny dust
#

You might want faster internet or people will crash the server by sending too much data

fast turtle
#

i dont want to spend more than 6$ on internet connection

#

so this are my speeds and btw im on fiber

tawny dust
#

I suggest getting a host

fast turtle
#

i won't 😁

#

too expensive

west cloak
#

Hello

#

Does anybody

#

Nows a plugin

#

Tô mais a database

#

Like a pass/login quem player enters tje server

fast turtle
#

wut?

#

oh

#

ye wait

west cloak
#

Login and pass

lone plinth
#

speak english pls

west cloak
#

Um noob

fast turtle
#

login security

#

is called

west cloak
#

And epok🥶 👍

#

Noob

fast turtle
#

the plugin is login security!

west cloak
#

Epok Noob donsebt nowed English z

#

Ok thnx

tranquil viper
#

sorry if this has already been asked, but is there any way to turn on armour stand movement in the config for spigot? looking at a stacking raid farm that relies on armour stands moving upwards