#help-server

1 messages · Page 335 of 1

tawdry narwhal
#

probably better off just finding the source code for the project, which most plugins are opensource just need to look at their page

violet raptor
acoustic fossil
#

Anyone?

mellow dock
#

Because the wither doesn't attack directly

acoustic fossil
#

is there another attribut?

tepid cloud
#

Whenever I open spigot.jar it just creates a bundler folder

shy falcon
#

did u accept the eula?

tepid cloud
#

there is none

unreal pond
#

What @tepid cloud

magic zenithBOT
random bridge
#

What permission plugin are you using?

#

Ooof. I specialize in LuckPerms.

#

What kind of rank setup are you looking for?

#

Well if you are fine with using luckperms, I can help.

#

I'll do you one better, I'll teach you how to get started quickly with it.

#

Ah, well I can give the commands, but I'll do my best to explain how they work.

#

We can if you want.

tawdry narwhal
#

if you want to be super secretive 😉

random bridge
#

Lol, I can do it here too.

tawdry narwhal
#

normally it is a good idea to go to DM's but currently there isn't much going on right now that would make that more ideal 🙂

random bridge
#

Anyways once you have it installed, you will want to start creating your ranks. Luckperms calls them groups.
You can create any rank you want by using the following command.

/lp creategroup <groupName>
```The command has more variables, but this is the bare minimum that you would need to get started.

EXAMPLE:

/lp creategroup Admin

#

You will want to do that for every rank you have. So Owner, Admin, VIP, Memeber, etc.

#

Once you have your ranks, you will likely want to setup inheritance.

#

You will run the same command for as many ranks as you need. So if you need Owner, Admin & VIP, you'd run /lp creategroup Owner then /lp creategroup Admin, etc, etc, etc

pure moss
#

Where do I have to put the overworld.json in a 1.18 datapack?

grizzled nimbus
#

rather than commands

#

do /lp editor, and visit the link

#

click Create Group, and fill in the necessary details

#

when you are done, go to the top right corner and click save, and copy the command

#

and paste it into your server

random bridge
#

Next step can either be inheritance or prefix setup.
I'm going to start with inheritance. I'm also going to work with the rank names I've provided above.

So, you would most likely want a hierarchy like this. Owner ---> Admin ---> VIP. To where each rank in the chain inherits the permissions from the group below it. E.G Admin would inherit VIPs permissions.

You can do this one of two ways. The first way is the built-in commands. The second way is with the web editor. /lp editor
In the web editor you would want to click on the rank you want to edit, click the green plus and add the rank that would be below the current rank you have selected.

random bridge
#

I can do a walkthrough either way.

#

This is the main layout, on the left you have your sections for selecting tracks, groups, and users.
If you click on one of the dropdowns, you'll see everthing that's currently created on your server.

If you want to add groups, you'd click the gray plus button.

#

You should also set a weight for the rank. The weight can be whatever you want, but the important part about weights are the order in which they are prioritized. A higher weight equals a higher priority.

#

If you've already created your ranks and haven't set a weight, you can add a permission called weight.<weightValue> to your ranks. You would do it here.

#

So for instance, if you are editing your Owner rank, you would add the permission weight.1000 to the rank.

#

You will want to do this for every rank, but decrease the weight the lower down your hierarchy you go.
So admin should have a weight of 900 or something lower than 1000.

#

Yes. It actually doesn't need a weight, but you can set it to 1 if you would like.

#

Once you have that setup, you can then work on inheritance.
The way this will work in the editor is as follows.

Select your top rank. (Owner)
Click the green plus button right beside the text Parent groups
Select the rank right below it.

This way the owner rank will inherit all permissions from the admin rank. Which is below it in the hierarchy.

#

The rank below the current one you are editing.
So Owner gets Admin
Admin gets VIP
VIP gets default
In my example anyways.

#

If that's how you have your ranks setup then yes.
What are your rank names?

#

Is player going to be the lowest tier you have?

#

Because if that's the case, you can actually use the default rank for that.

#

In your case,
VIP will get player
player will get default.

However, this might be an unncessary step since default can be used in place of your player rank.

#

Next step will be prefixes and suffixes if you want/need that.

#

Well for when you get back, you can do that by using another built in permission that uses the following format: prefix.<prefixWeight>.<prefixString>
EXAMPLES:
Your owner rank will probably want something like:
prefix.1000.&4[Owner]

Your admin rank may be like this.
prefix.900.&4Admin

Prefix weight is useful if you have multiple ranks that will be displayed in chat, but for normal usecases, setting the prefix weight to that of the actual rank is good enough.

#

Your welcome! There are actually a couple different ways you can setup your server ranks, but this is a generic way of doing it.
Once you get familiar with luckperms and learn about tracks, ooooooooo boy will your life get a lot easier.

#

Ayyye, Merry Christmas!

paper grove
#

hello

#

i'm not able to leave reviews on plugins ? any idea why?

#

@hardy grail can u answer?

hardy grail
#

You need to be logged in on your spigot account

#

And you need to download said plugin nonetheless

paper grove
#

Yep on both

#

Still won't let me leave a review

#

I click it and nothing happens, no error message, etc.

#

Good talk lol...

echo sandal
#

03:44:28 [SEVERE] Exception in thread "main"
03:44:28 [SEVERE] java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
03:44:28 [SEVERE] at net.md_5.bungee.conf.YamlConfig.getServers(YamlConfig.java:224)
03:44:28 [SEVERE] at net.md_5.bungee.conf.Configuration.loadServers(Configuration.java:136)
03:44:28 [SEVERE] at net.md_5.bungee.conf.Configuration.load(Configuration.java:110)
03:44:28 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:296)
03:44:28 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:49)
03:44:28 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)

#

Help for me pleas

#

I don't know what do

echo sandal
#

03:44:28 [INFO] [BotFilter] Белый список игроков успешно загружен (772)
03:44:28 [INFO] Not on Windows, attempting to use enhanced EpollEventLoop
03:44:28 [INFO] Epoll is working, utilising it!
03:44:28 [INFO] Couldn't detect bungee version. Custom build?
03:44:28 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.18-R0.1-SNAPSHOT:b4ccdaa:1625 by SpigotMC
03:44:28 [INFO] Loaded plugin cmd_find version git:cmd_find:1.18-R0.1-SNAPSHOT:b4ccdaa:1625 by SpigotMC
03:44:28 [INFO] Loaded plugin SkinsRestorer version 14.1.10 by Th3Tr0LLeR, McLive, DoNotSpamPls, knat, AlexProgrammerDE
03:44:28 [WARNING] Error loading plugin MOTD
java.lang.NoClassDefFoundError: org/bukkit/plugin/java/JavaPlugin
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:757)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.md_5.bungee.api.plugin.PluginClassloader.findClass(PluginClassloader.java:152)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:66)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:59)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:340)
at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:250)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:295)
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:49)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
Caused by: java.lang.ClassNotFoundException: org.bukkit.plugin.java.JavaPlugin
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:103)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:59)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
... 13 more

#

03:44:28 [INFO] Loaded plugin TCPShield version 2.5.5 by https://tcpshield.com
03:44:28 [INFO] Loaded plugin cmd_server version git:cmd_server:1.18-R0.1-SNAPSHOT:b4ccdaa:1625 by SpigotMC
03:44:28 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.18-R0.1-SNAPSHOT:b4ccdaa:1625 by SpigotMC
03:44:28 [INFO] Loaded plugin BungeeGuard version 1.2-SNAPSHOT by Luck
03:44:28 [INFO] Loaded plugin cmd_send version git:cmd_send:1.18-R0.1-SNAPSHOT:b4ccdaa:1625 by SpigotMC
03:44:28 [INFO] Loaded plugin cmd_list version git:cmd_list:1.18-R0.1-SNAPSHOT:b4ccdaa:1625 by SpigotMC
03:44:28 [SEVERE] Exception in thread "main"
03:44:28 [SEVERE] java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
03:44:28 [SEVERE] at net.md_5.bungee.conf.YamlConfig.getServers(YamlConfig.java:224)
03:44:28 [SEVERE] at net.md_5.bungee.conf.Configuration.loadServers(Configuration.java:136)
03:44:28 [SEVERE] at net.md_5.bungee.conf.Configuration.load(Configuration.java:110)
03:44:28 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:296)
03:44:28 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:49)
03:44:28 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)

inland pulsar
#

guys, why tf is this beeing spammed ALL THE FUCKING TIME

cursive mortar
#

with bungee is there a MOTD plugin that can set different motds per forced host/server rather than just the whole proxy?

#

preferably with the ability to cycle through MOTDs for each server

tawdry narwhal
#

@echo sandal it would help if you just get the entire log file and use spigots paste site and then post the link

#

?paste

magic zenithBOT
tawdry narwhal
#

there is information missing other then what you already posted

cedar relic
#

Evening, i wanna run a command ib gibe %player% saved:firsttime 1 when a player joined for the first time, i tried making a kit of the item
that command gives, but the essentials kit item thats been given does not work.. it doesnt allow its action to happen which is open a gui..

So im fairly here hoping anyone might know a plugin which runs a cmd when a player joined for the first time.
Please @ me if u know!!

tepid cloud
north remnant
#

is there a way to remove slashes" like the "/" from non admin players?

north remnant
#

remove / from default users

unreal pond
north remnant
#

nvm

shy falcon
#

does groupmanager still get updated / does it still work even on newer versions

languid ether
#

Yo having trouble with EssentialsX. Every time I log onto my server it says "advertise your server for free at https://minecraft-list.org. Anyone know a way around that?

languid ether
# random bridge Is it from your MOTD?

"&6Welcome, {PLAYER}&6!
&aWelcome &f{PLAYER} to the --- SMP! Ran by the . Please read the rules on the Discord, and join the club for benefits! 🙂
&4Sign Up Here > {website}
&6Players online:&c {ONLINE} &6- World time:&c {WORLDTIME12}"

That is what's in my MOTD. Deleted personal information

random bridge
#

What plugins do you have?

vagrant crow
#

how do i un ip ban myself from my own server

languid ether
random bridge
vagrant crow
#

mhmm

#

what command

random bridge
# vagrant crow what command

Well I'm pretty sure there isn't an IP ban built into the vanilla server, so it would depend on what plugins you have. Generally it would probably be /unbanip <IP Address>

vagrant crow
#

doesnt work

random bridge
vagrant crow
#

its my own

#

im running it on my computer

#

and its private

random bridge
#

Oh, then unban your localhost IP. Usually it's 127.0.0.1

vagrant crow
#

ok thanks

#

it worked

languid ether
# random bridge What plugins do you have?

Cannot send screenshots for some reason. Main plugins are essentials, placeholderapi, luckperms, vault, essentialschat, essentialsGEOIP, essentialsSpawn. Maybe Vault?

random bridge
random bridge
languid ether
random bridge
#

I doubt it's Vault, as Vault is just an API.

#

Maybe it's something with EssentialsChat.

languid ether
languid ether
tawdry narwhal
#

essentials doesn't have that

random bridge
tawdry narwhal
#

unless its placeholderapi or luckperms

random bridge
#

Ok, can you list them off?

#

It's likely a Join Message plugin or maybe an Announcement plugin.

languid ether
#

Sure, one second

tawdry narwhal
#

Well if there is more, then I doubt its going to be placeholderapi or luckperms in that case 😛

languid ether
# random bridge Ok, can you list them off?

HackedCore, LuckPerms, SetHome, OpenINV, PlaceholderAPI, OnePlayerSleep, SetSpawn, TabTPS, LuckTab, PublicCrafters, LPC, WorldEdit, Essentials, World Guard, EssentialsChat, EssentialsGeoIP, EssentialsSpawn, CoreProtect, World Edit Visualizer, AntiWorldFly, HeadsPlus, ProtocolLib, HackedServer, Orebfuscator, SuperVanish, BedRegen, SpawnerSilk, PL-Hide, SimpleRestart, Vault

random bridge
#

Well, I'd look in to HackedCore and HackedServer as none of the other plugins seem like they would give that type of message when you join the server. I've actually never heard of either of them before.

tawdry narwhal
#

some of these plugins are unnecessary

languid ether
tawdry narwhal
#

like for instance SetSpawn isn't necessary o.O

#

Essentials allows you to change/set the spawn elsewhere

languid ether
tawdry narwhal
#

EssentialsGeoIP doesn't work anymore if I recall

languid ether
tawdry narwhal
#

orebfuscator doesn't work either unless someone updated it?

shy falcon
tawdry narwhal
#

SimpleRestart isn't really needed either as that can be accomplished with a script but I guess people like using a plugin instead lol

#

anyways now for my list of possible culprits

languid ether
tawdry narwhal
#

OnePlayerSleep, PublicCrafters, SimpleRestart, PL-Hide

#

I don't really know these, all the rest I pretty much know and don't recall them having such a feature

#

also you don't need to delete the plugins

#

if you just rename them and add .disable to the end of their name the server will just skip it

random bridge
#

Or .old

languid ether
#

oh ok cool, thanks

tawdry narwhal
#

at this point I would just start going through and disabling all the plugins

#

until it stops

languid ether
#

Gotchu, ill get on that

tawdry narwhal
#

when it does stop, obviously which ever was the last to be disabled is the culprit XD

random bridge
#

Another question is, are you using a custom client of sorts?

tawdry narwhal
#

spigot has a client?

#

o.O

random bridge
#

I meant like Optifine or something like that.

languid ether
random bridge
#

Gotcha

#

Then, yea. Disabling plugins one by one to find what's causing it might be the quickest option atm.

languid ether
#

Alright sounds good. Thanks for the help!

rocky raft
#

Yo am i allowed to ask about specific plugins here to see if any1 can help?

rocky raft
#

Okay cool if anyone has a good understanding of Astools can you flick me a message I updated it but still got a problem need a bit of help :)

west cloak
#

What to do if chunks are not loading well on server?

#

TPS 20 and ping is normal

tawny dust
#

Also drive usage

rocky raft
#

I have a problem with Astools
When I place an armour stand and go to edit it with the nether star I go to change the name and or the skull with the sign feature (it places a sign then let’s you type what you want the name of armour stand to be or what player skull you want to have) but it just places the oak sign randomly and doesn’t let me type anything. I’ve gone and downloaded the latest version of Astools but still didn’t fix my problem

tawny dust
#

What mc version are you on

west cloak
rocky raft
#

1.18.1 the servers on. I asked a friend on another server who also uses the plug-in and it works fine for them

#

And in same version

west cloak
tawny dust
#

You need to see if the disk isn't overloaded and can keep up

celest ridge
#

bruh what

#

it says the difficulty is already on normal

#

but no mobs spawns at end

tawny dust
#

What version of spigot

#

Run /version
Ingame

celest ridge
#

latest

tawny dust
#

People who say latest are almost never on the latest version

celest ridge
#

i cannot even send pictures

tawny dust
#

Verify to send pictures

#

You can copy paste the text here

celest ridge
#

This server is running CraftBukkit version 3377-Spigot-8965a50-0ba6b90 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT)
You are running the latest version

west cloak
upper pike
#

anybody know a plugin that allows shulker box stacking? google is failing me

violet raptor
#

hehehehehehehehehhehehehe

violet raptor
#

i had a backpack plugin that had this problem

upper pike
#

Starting to regret not using carpet 😔

rapid helm
#

I think its a client side thing

#

It wont let u put a shulker in

#

Oh wait nvm lol

#

Ye not possible

lime obsidian
#

How can I get the 1.18.1 spigot .jar? I can't find any clear instructions online

fallow gust
#

?bt

magic zenithBOT
fallow gust
#

Run build tools with --rev 1.18.1

dim peak
#

I did not run this, could this be causing this problem?
package me.Stephen.FirstPlugin.commands;

import me.Stephen.FirstPlugin.Main;

import org.bukkit.command.CommandExecutor;

public class HelloCommand implements CommandExecutor {

private Main plugin;

public HelloCommand(Main plugin){
    this.plugin = plugin;
}

}

Also its highlighting org.bukkit

#

It wont accept commandexecutor, wants to change it to executor instead

fallow gust
#

Build tools build the spigot server jar on your machine

#

Your maven/gradle setup is most likely false

dim peak
#

Honestly im just following youtube tutorial and im newbie, how to fix it?

pine tusk
hybrid hatch
#

Im trying to run a cross platform server for me and my mates and sometimes there is no lagg at all yet sometimes the console players will be lagging any idea how to fix it ?

#

will a plugin that clears items from ground fix it ?

mellow dock
#

Do you have thousands of items on the ground

hybrid hatch
#

server been up for a few days so they have built up all over the server, thought that might be one of the reason but not sure, maybe certain plugins make it lag more ?

mellow dock
#

If they aren’t loaded they won’t be causing any lag

#

And if they are loaded they despawn after 5 minutes

hybrid hatch
#

do u think dedicating more ram to the server would fix the lag ? only got 2.5gb dedicated but it doesnt even seem to be using all of it

thorny otter
#

hey if anyone is working on some type of server dm me i can try help you

#

or we can do something idk am bored

#

preferably 1.8 but am down for other versions

hybrid hatch
lost quail
#

Get a timings report. When the problem is occurring:
/timings on
Wait at least 5 minutes
/timings paste
And post the link

unreal pond
#

a report of 3minutes isnt worth it

#

or 5

daring wren
#

well .. upgraded from 1.17 to 1.18.1 ... aaaand ... going back to 1.17. Perf is TERRIBLE.

unreal pond
#

pregen chunks @daring wren

daring wren
#

..oh interesting. i didnt know you could do that? For how large a region?

unreal pond
#

I knew a plugin you were like doing a command

#

/generate <radius>

daring wren
#

interesting.

unreal pond
#

Its you that know how far the player will go.

daring wren
#

what a good EC2 instance to use? The one im using might be too small. Its just for a few people.

somber flame
#

hello can i find a free plot plugin somewhere that works on 1.18 servers?

unreal pond
#

What is ec2

#

lol

daring wren
daring wren
unreal pond
#

Ohhh I dont know about amazon. I use a local(in my country) host OVH

unreal pond
#

generate how far you think the players will go

#

plus it may lag when using the plugin

#

because it generates everywhere

#

it would be normal

#

once its done, remove the plugin

daring wren
#

thanks for the idea.

#

what kind of specs does your local host offer?

unreal pond
#

I'm using a vps atm and its only for me and my friends so I didnt take the big deal

#

They offer dedicated server, vps, cloud

#

a bunch of rust server uses this host

#

That's the american website

#

The prices and offer are different from canada i bet

somber flame
#

hello can i find a free plot plugin somewhere that works on 1.18 servers?

unreal pond
somber flame
#

Yes

somber flame
unreal pond
#

how much

somber flame
#

15euro

#

:/

unreal pond
#

take the old one

#

the v4 one

#

and see if it works

tawny dust
#

Doubt it

somber flame
unreal pond
#

otherwise pay

merry sundial
#

anyone expert in shopgui+? plz dm me

mental girder
#

is there any way to make essentials:vanish the priority command to be executed instead of supervanish:vanish?

#

not a very experienced user of plugins sorry

mental girder
#

Cuz we want a small vanish that doesnt show that we left and one vanish to show that we "left"

tawny dust
#

Ah okay

#

Use the commands.yml to make it use essentials vanish

mental girder
#

ah I see, thank you. I'll read into it since its gonna be my first time using it

#

well configuring I guess

tawny dust
#

Should be a detailed guide on bukkit fandom and an example already there

mental girder
#

Im not currently able to config it rn but I will check immediately after getting home

mental girder
#

Ive changed the config, just need to wait till server restart cuz people are playing rn.

tawdry narwhal
#

essentials by default will defer priority to any other plugin that has the same command name as it

haughty carbon
tawdry narwhal
#

usually ones that are obvious for doing something with the protocol

tawdry narwhal
fringe kite
#

you are paying for support when you buy it

#

not the plugin itself

tawdry narwhal
#

people forget to have convenience costs more sometimes 😛

fringe kite
#

eh, dont see how hard it can be to clone a repo and just build it

#

on a bad day, thats faster than downloading from spigot :p

tawdry narwhal
#

for instance, when I buy tires for my car it is significantly cheaper if I put the tires on myself and just bought the tires only

#

but not everyone knows how to put tires on a rim even if its not that difficult

fringe kite
#

right, windows. doubt windows can even compile it lmao

tawdry narwhal
#

same is true with compiling software. Yes in the grand scheme of things it is easy, but they have to set everything up to be able to do that, not everyone searching/buying plugins are developers at all

fringe kite
#

atleast for plotsquared, its not that hard

tawdry narwhal
#

which that is ok, I am fine with paying for convenience just people can't complain about the price for it if that is what they want 😂

fringe kite
#

it uses gradle, its bundled in

#

maven certainly requires more work

shy falcon
#

gradle my beloved

craggy lodge
#

does anyone here have an earth server?

placid coral
#

Are the timings region coordinates in blocks?

sudden loom
#

is it possibble to stop this spam

tawdry narwhal
sudden loom
#

-_-

tawdry narwhal
#

because its mostly just protocol related things either from clients connecting to bungee or bungee communicating with the mc servers

#

only time its necessary to look at it is if you have some kind of problem going on

sudden loom
#

Okay

reef fjord
#

how would i find someone to be an administrator for my server

#

someone who helps with server operations, growth and revenue

#

paid

#

would this be under the "Systems Administrators"

runic rain
#

Probably, but unless you're launching with an expected user count of like 100+ users you're probably not going to need one right away

reef fjord
#

and it has already launched a long time ago

runic rain
#

Oh you've already launched, then yeah. Services & Recruitment, System Administrators is probably the most appropriate place to look

reef fjord
#

i actually might just close it, give it a better user experience and add more games, and then relaunch

mint sentinel
#

is dynamic or static ip better for self hosting a server?

tawdry narwhal
#

static ip

mint sentinel
#

is there a way to check if i did it correct?

tawdry narwhal
#

well in your home network there is 2 ways you can do it

#

either set it manually on that system or have the router reserve and assign that ip to that system all the time

#

however the internal home network ip isn't what is important

#

rather it is the ip your ISP assigns you that should be static and generally it isn't

mint sentinel
#

i no how to do it

#

and i set it

#

i just dont know if its actually connected

tawdry narwhal
#

you can't control the IP address the ISP assigns you.

#

you can however control your internal network stuff 🙂

mint sentinel
#

oh

#

what do i do if my ip cant be static?

#

cause i asked and they said they cant do that

tawdry narwhal
#

well if you have a domain, there is tools available that will update your domain to the correct ip when it changes

#

other alternatives are asking your isp for a static ip, generally they charge you a bit more for this or will require you to have a business plan

mint sentinel
#

the business plan thing is part of the problem

mint sentinel
#

im sure the computer would have to run 24/7 but

reef fjord
#

do you have to be over 18 to give someone a contract

#

nda

tawdry narwhal
#

technically if you are underage you yourself can not give consent

#

but parents/guardians can

#

So therefore you couldn't sign a contract on behalf of yourself if you are not 18 or older in the US because you are not considered an adult as the US considers adults only capable of making decisions for themselves

reef fjord
#

i kinda want to give my admins an NDA before hiring them

#

make them sign it

#

but i don't think i can do that

tawdry narwhal
#

NDA's require your signature too

reef fjord
#

oh

tawdry narwhal
#

NDA is a contract and contracts can't be one sided

reef fjord
#

what am i signing to

tawdry narwhal
#

Well contracts protect both parties

reef fjord
#

what am i not disclosing

#

lol

tawdry narwhal
#

Nondisclosure agreement doesn't need to be a contract on its own

#

or doesn't need to be on the same page as other things

#

so it can be its own page that requires them to sign only for the purpose they acknowledge it is there/read it. And then overall with their employment contract or hiring agreement you both sign 🙂

reef fjord
#

what if they broke the contract?

#

do i have legal grounds to sue them

inland ibex
#

Yes

#

Well wait

#

Are you over 18?

reef fjord
inland ibex
#

Have fun fighting that

reef fjord
#

huh

inland ibex
#

I mean you can technically have grounds to sue them, but it probably won't hold up I'm court

#

In*

tawdry narwhal
tawdry narwhal
#

and the ones that could, you couldn't create anyways

#

an NDA that could last forever is one that covers trade secrets

inland ibex
#

You don't, but again if you aren't 18 then the NDA could technically be null and void

tawdry narwhal
#

you can't have trade secrets without a business

#

you can't own a business being a minor

inland ibex
#

A Minecraft server is technically a business.

#

However you have to register it for it to be valid

tawdry narwhal
#

it could be, but you also don't need a business to employ people either

inland ibex
#

Which you cant

#

Cuz you're not 18

reef fjord
#

is this all valid for australia

#

lmao

inland ibex
#

No idea

tawdry narwhal
#

I can hire a butler and not have a business

inland ibex
#

Probably not

tawdry narwhal
#

does that mean they don't have an employer?

inland ibex
#

I mean probably

#

You have to have a contract with a butler though

tawdry narwhal
#

Anyways, I don't know Australia's laws

inland ibex
#

Directly atleast

tawdry narwhal
#

I only know of the US, however for the most part all countries party to the UN generally don't allow minors to own businesses

inland ibex
#

You could technically hire him through a company

tawdry narwhal
#

or have their own stipulations in how a minor can

inland ibex
#

Pretty sure even in Australia you can't own a company below 18

tawdry narwhal
#

for instance technically a minor could own a business, but it would have to have a trust that acts on behalf of the minor

reef fjord
#

this is on an official australian government site

tawdry narwhal
#

therefore by technicality the minor owns a business, but they don't have direct control

reef fjord
#

what category would a minecraft server fit into

inland ibex
#

That's not what that says XD

tawdry narwhal
#

butlers are technically what you call 1099

#

or self employed

#

but they still have an employer

inland ibex
#

Honestly butlers are a very bad example

#

Don't exist that much anymore

reef fjord
#

the "Company" category says you need to be 18 while all the other ones don't, which most likely means that you don't need to be 18+ to own a sole trader/partnership business

tawdry narwhal
tawdry narwhal
#

not sure what you are talking about

#

there is entire school dedicated to Butlery

inland ibex
#

Is there still? I thought it was a dying occupation

cyan bronze
#

how do I configure spigot to output logs to console? right now everything goes to latest.log

inland ibex
#

No point on registering it

tawdry narwhal
reef fjord
#

sole trader has little taxes

tawdry narwhal
#

I have been a manny before. It isn't super bad 🙂

inland ibex
#

How much do you think you'll be making a month with this server

reef fjord
#

no idea

#

lmao

inland ibex
#

Don't turn it into a company.

reef fjord
#

i can't legally do that

#

only 18+ can

tawdry narwhal
inland ibex
#

Business*

inland ibex
#

Lol all of this for just getting ndas

tawdry narwhal
#

I wouldn't worry about NDA's

inland ibex
#

Ikr

tawdry narwhal
#

there is nothing secretive about your MC server

reef fjord
#

so people don't disclose games we are working on lol

inland ibex
#

Only reason to get ndas is if you have sponsors you don't want the public knowing.

reef fjord
#

¯_(ツ)_/¯

tawdry narwhal
#

also, fun fact about NDA, if the information being kept secret somehow becomes public, the NDA is no longer valid even if no one broke the NDA 😛

inland ibex
#

Ask them

#

If they spill then fire them

tawdry narwhal
#

I have worked for a large MC network before

inland ibex
#

Or don't have people who will spill on your staff

tawdry narwhal
#

without having an NDA and they were a real registered business 😛

#

I was their System Admin and Developer

inland ibex
#

Lol what sysadmin stuff did you do?

tawdry narwhal
#

Networking, server setup, OS related things

reef fjord
tawdry narwhal
#

backup solutions

#

etc

reef fjord
#

well

#

more of a network administrator

#

to assist with finance, growth and income

inland ibex
#

What network if you don't mind me asking

tawdry narwhal
#

its dead now

inland ibex
tawdry narwhal
#

I will DM you the name

#

that is an accountant

reef fjord
#

administrator then

tawdry narwhal
#

Accountant or Financial Advisor

inland ibex
#

Not even admin would fall under that honestly

reef fjord
#

server growth as well

tawdry narwhal
#

or you could have both since both of those do separate things

#

but they are not cheap to hire

#

as those are professions

cyan bronze
#

also, why doesn't the new spigot respond to ctrl-c?

reef fjord
#

what about a growth manager

#

lol

#

someone who just helps with marketing and player retention

inland ibex
#

You mean a marketer?

reef fjord
#

yeah

#

i guess

inland ibex
#

Is this your first server?

reef fjord
#

yes

tawdry narwhal
#

what is your budget like?

inland ibex
#

Do you have one?

reef fjord
#

uhm sorta

#

i spend my birthday and christmas money normally

tawdry narwhal
#

or even just one of them

reef fjord
#

huh

tawdry narwhal
#

unless they voluntarily decide to join your team

inland ibex
#

Well, you can't hire a good one

tawdry narwhal
#

or even a bad one 😂

inland ibex
#

You could, possibly, hire one who just wants experience. But good luck

reef fjord
#

well whats a good way to grow my server

tawdry narwhal
#

lol this would hardly be experience they could use

#

unless they managed to make them successful

#

in that case most definitely

inland ibex
#

Being unique, tiktok, spending it on YouTubers to promote

reef fjord
#

well my server's main goal is to be unique

tawdry narwhal
inland ibex
#

So is everyones

reef fjord
#

i have tried tiktok before but it didn't work

reef fjord
inland ibex
#

Develop like actually code

reef fjord
#

yes

#

code

tawdry narwhal
#

once you have a some game modes, only need a few its all about advertising

#

and then slowly get some moderation staff

reef fjord
#

the server has been around for around 1 year

tawdry narwhal
#

it will take you a while to get a decent number of players

reef fjord
#

that whole time i have been coding stuff

#

and learning as i go

#

i started it with no experience

tawdry narwhal
#

the network I spoke about it took them 2-3 years to get 500-2k+ players

inland ibex
#

When were they the biggest?

tawdry narwhal
#

yep

reef fjord
#

spoke to?

#

wdym

inland ibex
#

I mean what years were they the biggest

tawdry narwhal
#

2013-2017 I think

#

they started before then, but that is when I was part of them

reef fjord
#

like, assisted?

tawdry narwhal
#

Reason I am not dropping the name of it is because it could be considered advertising

reef fjord
tawdry narwhal
#

No I was their System Admin and one of various developers

reef fjord
#

oh alright

tawdry narwhal
#

I primarily did System Admin stuff

inland ibex
#

@reef fjord what's your average playerbase

inland ibex
#

Do you have a website

tawdry narwhal
#

need to advertise your network at this point then, start getting some players 😛

reef fjord
inland ibex
#

Get one

#

Do you use a dedicated port?

reef fjord
inland ibex
#

25565

reef fjord
#

yeah

inland ibex
#

Subdomain?

reef fjord
inland ibex
reef fjord
#

yep

inland ibex
#

Do you have a discord for it

reef fjord
#

yes but it is extremely inactive

#

1 message per day

#

or less

inland ibex
reef fjord
#

yeah

#

i might kick all people out of the discord lol

#

not like anything will change

#

sorta just reset it

tawdry narwhal
reef fjord
#

they are all inactive

#

what's the point of having them

#

they are all hypixel players

inland ibex
#

To look like you have people

reef fjord
#

because uh

tawdry narwhal
#

keep them there, just start pruning the channels

reef fjord
#

its a long story

tawdry narwhal
#

remove people from roles

#

or make new roles

#

kicking people isn't going to do much good unless you don't like them

inland ibex
#

What games do you have?

#

Like how many

reef fjord
#

well i had to wipe the server because of the log4j exploit

#

to stay safe

#

rn i only have 1 restored

inland ibex
#

You didn't need to wipe it....

reef fjord
#

i saw people executing commands

tawdry narwhal
reef fjord
#

eh

#

it's done now

#

anyway i kept configs and stuff

inland ibex
#

Whatev, how many total games do you have developed for it

reef fjord
#

6

tawdry narwhal
#

if your reaction to exploits is to erase servers, then I definitely don't recommend you operating a large MC network

reef fjord
#

they are all minigames though

reef fjord
#

i now back it up daily

#

because i have learned

#

i'm honestly unsure why i never backed it up

tawdry narwhal
#

either way

#

it shouldn't be the extremes as first choices

reef fjord
#

i also had other factors contributing towards the wipe

tawdry narwhal
#

for you probably doesn't matter either way due to not having players anyways

#

but when you get larger this isn't really an option

inland ibex
#

No, backups and tests

#

That's the important stuff

#

But so you have 6 games

#

Set up 4

reef fjord
#

sure

inland ibex
#

And sell it

reef fjord
#

sell what

inland ibex
#

Your server

reef fjord
#

why

#

trust me, i've tried before

#

with all 6 games

inland ibex
#

facepalm sell as in get people to play

reef fjord
#

OH

#

lmfaooo

#

mb

shy falcon
#

it sounds strange that it doesnt resoond to ctrl c @cyan bronze

tawdry narwhal
#

you are going to want a good ole fashion towny or survival server

#

everyone likes a survival server

reef fjord
#

i can make a survival

#

i used to have one

#

but i kinda ruined it by adding too much rpg stuff

#

i might remove those

tawdry narwhal
#

it may not see many players as all the rest of your game modes

reef fjord
#

because people thought it wasn't as fun

tawdry narwhal
#

but it helps retain the players 😛

reef fjord
#

yep

inland ibex
#

In my experience of server hosting, trying to launch too many servers at once always backfired

tawdry narwhal
#

its nice to take a break from a game mode, and just play good old fashion mc on the network

#

with people there and to talk to

tawdry narwhal
#

but yeah I would just do 4

#

you can even alternate between gamemodes too

reef fjord
#

could us 3 talk about this privately? this has really helped so far

#

all good if not

#

feel like it will just clutter this channel

inland ibex
#

If anything we should of made this a thread instead haha

reef fjord
#

oh yeah

#

i forgot those exist

#

lmao

#

what shall it be called?

inland ibex
#

What are you running this on bte

#

Btw

reef fjord
#

dedicated server

#

yes, i do have ddos protection

inland ibex
#

Did you pay extra for it?

reef fjord
#

a bit

inland ibex
#

Oof

reef fjord
#

actually i think its free

#

no idea

#

¯_(ツ)_/¯

tawdry narwhal
#

ovh?

inland ibex
#

Ew

reef fjord
#

what shall the thread be named

tawdry narwhal
reef fjord
#

Server Stuff

tawdry narwhal
#

hmmm

#

I don't think I like how threads appear

reef fjord
#

oh

#

what's a good way to promote the server?

cyan bronze
#

@tawdry narwhal bash

tawdry narwhal
#

bash?

#

interesting

#

what do you use to SSH in?

#

also I think your issue is not using screen

#

or tmux

inland ibex
#

What's your os?

#

@cyan bronze

tawdry narwhal
#

if you disconnect from the session after you launch your server, you won't get back to the mc console

#

screen or tmux helps with this

inland ibex
#

Unless you're using docker or another container

inland ibex
tawdry narwhal
#

don't think they knew how to convey that appropriately

inland ibex
#

Ah

shy falcon
reef fjord
#

@tawdry narwhal @inland ibex what is a way you would suggest to grow my server?

shy falcon
#

the one time i meant to turn off the fucking ping

reef fjord
#

?

#

nvm, you answered in the thread

tawdry narwhal
shy falcon
#

ehh

#

they said they only saw it in log file

#

it could be understood from that that it wasnt showing in terminal

tawdry narwhal
#

well still waiting for them to respond to the Q's above

shy falcon
#

ye

inland ibex
#

So @cyan bronze you're running a MC server that launches correctly on Linux using bash as a shell and can't see console?

tawdry narwhal
#

it is either going to be an OS specific thing, or something to do with their SSH client

inland ibex
#

Seeing how they're using bash, probably

tawdry narwhal
#

in either case most likely going to be resolved with screen or tmux XD

shy falcon
#

screen my beloved

#

i should learn tmux

tawdry narwhal
#

i personally use screen

shy falcon
#

same

inland ibex
#

I do too

#

If you can install tmux you can install screen lol

shy falcon
#

out of the box i think screen is easier to use, but tmux might have a better feature set

tawdry narwhal
#

screen usually comes installed standard on most distros

inland ibex
#

If you're going to that feature set then go containers or vms

shy falcon
#

not preinstalled on ovh anymore :sadge:

tawdry narwhal
#

I don't know what screen doesn't offer that you would really need o.O

shy falcon
#

arch ubuntu debian fedora had to install screen myself on ovh

tawdry narwhal
#

I mean it already supports multiple users

inland ibex
#

Run a script

#

Lol

#

I don't like ovh :/

tawdry narwhal
#

well its unmanaged servers which is what I like. I don't need people touching the box unnecessarily

shy falcon
#

i like ovh, their service is good but im sadly moving away to contabo or hetzner for better pricing

inland ibex
#

Someone locally changed my root password and when I asked them about it they told me I had to reinstall the PC

#

Sorry OS

reef fjord
#

okay so @tawdry narwhal, for my server, i will:

  • reset the discord server (or whatever you said, i forgot)
  • create a survival
  • remake 4 other minigames
#

after that, what should i do?

tawdry narwhal
#

advertise?

shy falcon
#
  • make server
  • ???
  • profit
inland ibex
#

You don't need to remake anything, except maybe your survival

tawdry narwhal
#

the important thing with a server is needing players

#

XD

reef fjord
#

lol

shy falcon
#

add spleef using those new drippy leaf blocks and im in.

inland ibex
#

XD

#

Hmmmm

#

Thanks for the idea

shy falcon
#

literally regenerative vanilla spleef its fantastic

#

i played it on some random server i had found

inland ibex
#

I'm gonna do that on my private one

#

PLEASE TELL ME HOW I LOST A SOCK

reef fjord
shy falcon
inland ibex
#

Found it

#

I missed it for the wash :/

proper fjord
#

hey guys i need a help for minecraft server with ssh

shy falcon
#

send me ur login, ill get it right up

proper fjord
#

Any command doesn't work.

#

No one knows?

inland ibex
#

Oh

#

He left

tawdry narwhal
#

one of the few game modes I actually like

surreal oar
#

Pls update znpcs

west cloak
#

anybody cane help my with towny plugin'

scenic coyote
#

I think you're in the wrong channel?

merry elk
split adder
#

I need a other Handler Path for Light API and Dynamic Light than** ru.beykerykt.minecraft.lightapi.bukkit.internal.handler.craftbukkit.HandlerFactory**
because that are used by an other Plugin...
Have Spigot an Handler Path for the Lightning?

gaunt badger
#

Hey everyone. I'm building a server to play with my friends. I want to make a RTP portal from one world to another but don't know how to make it.

surreal oar
unreal warren
#

Hello anyone know how to disable this by any chance ?

west cloak
#

someone know a pl like /dogsit and all your dogs sit down?

spiral dew
#

And if no use an plugin for modify responses

blissful sky
#

1.18.1

spiral dew
#

Please help me to resolve the problem log(numbers)j in version 1.8.8 and 1.17.1 and in bungeecord please

#

Tell me what i do

#

I watch the web of Minecraft and k dont understand

mellow dock
#

Step 1. Update your backend servers to the latest build of spigot for that version

#

Step 2. That’s it

woeful anvil
deep briar
#

knight 🤡

woeful anvil
#

vanilla mobs as well do that

deep briar
#

yea

#

creative 🤡

scenic coyote
#

that's a nice scoreboard at least

#

although the uhh

#

111111111111111 is a bit off-putting

woeful anvil
#

eh

deep briar
#

true lol

scenic coyote
#

I see an army of 1

#

they slowly approach

woeful anvil
#

i could try 0

scenic coyote
#

isn't there some way to disable showing scoreboard counts?

woeful anvil
#

in the config isn't a option

scenic coyote
#

ah

tepid cloud
boreal pulsar
spiral dew
#

Get bukkit

#

Is It parched?

#

I download 2 weeks before

#

And in papermc?

tawny dust
spiral dew
#

Why?

tawny dust
#

It's not official and could be malicious. They're also almost always outdated

spiral dew
#

So where i download?

tawny dust
#

?bt

magic zenithBOT
tawny dust
#

Use this ^

spiral dew
#

and is papermc good?

#

@tawny dust

west cloak
#

org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:186) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:160) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.util.zip.ZipException: zip END header not found
at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1608) ~[?:?]
at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1460) ~[?:?]
at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1469) ~[?:?]
at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1281) ~[?:?]
at java.util.zip.ZipFile$Source.get(ZipFile.java:1243) ~[?:?]
at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:707) ~[?:?]
at java.util.zip.ZipFile.<init>(ZipFile.java:241) ~[?:?]
at java.util.zip.ZipFile.<init>(ZipFile.java:171) ~[?:?]
at java.util.jar.JarFile.<init>(JarFile.java:348) ~[?:?]
at java.util.jar.JarFile.<init>(JarFile.java:319) ~[?:?]
at java.util.jar.JarFile.<init>(JarFile.java:285) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:174) ~[patched_1.16.5.jar:git-Paper-794]
... 6 more

tawny dust
tawny dust
inland ibex
inland ibex
spiral dew
#

I have bunguee, auth, lobby, survival, skywars

inland ibex
#

Are you hosting on a dedicated or separate servers?

spiral dew
#

Separate

west cloak
#

Do anyone know what could be wrong? Im Using the latest BungeeCord

ERROR:
Exception Connecting:CorruptedFrameException : Empty Packet! @ net.md_5.bungee.protocol.Varint21FrameDecoder:45

tawdry narwhal
plush moon
#

anyone knows of a 1.18 plugin which customizes mob drops?

west cloak
spiral dew
#

But if i install under versión maybe plugins dont work

#

What i do?

#

@tawny dust

pine tusk
#

Bruh. For bungee cord. Online mode false on backend servers, and online true for bungee server correct?

shy falcon
#

yeah and set bungeecord to true on the servers iirc

pine tusk
#

yeah. i thought so, thanks. :)

#

apex support is telliig me to set online mode true for every server and will NOT listen to what im saying lmao

#

anyways, im still having issues with offline players connecting, even with all settings correct. been ongoing for like 3 months now. They all leave almost immediately, but its annoying af. any suggestions?

tawny dust
#

You need to use Java 8 not Java 17

spiral dew
#

But plugins dont work

tawny dust
#

Anyway you can switch back after building spigot

shy falcon
pine tusk
#

it doesnt

wary crow
#

do i have to do multiple port forward for bungecord

#

or should i do only 1 port forward for bungecord network only

west cloak
#

What to do if view-distance doesn't working

#

On the server, the chunk loading distance is the same as in the player's settings

gaunt badger
tawdry narwhal
#

alright your issue could be that since you are running latest bungee then you need to check your plugins on the bungee server to see if they are compatible with that version of bungee

#

I am going to bet that one of the plugins is not

#

and thus the cause of your problem

#

if it is none of the bungee plugins, then its going to be one of your MC server plugins

inland ibex
inland ibex
inland ibex
radiant tree
#

Update your server build to the latest version that already contains the log4j security patch

west cloak
onyx island
#

Bot wave

#

Dm advertizing bot wave

upper pike
#

anybody know a way to get portal based farms working on paper servers? One of my players can't seem to get a slime chunk farm working outside of their single player world.

mellow dock
#

Ask paper

warm relic
#

anybody know how to remove the chatbox from a dynmap website running liveatlas?

sudden loom
#

How can i find Mem leak

signal ivy
#

ask it to stop

sudden loom
#

How can i find it to ask :D

signal ivy
#

take a heap and analyze it with like jvisualvm

sudden loom
#

U just talked jiberish man

#

i have spark installed

#

will it help

sudden loom
#

Which one

signal ivy
#

i guess so

#

just google what the command does

#

I personally have never used spark for that so don't know what to tell you

sudden loom
#

is it heapdump? or summary?

signal ivy
#

nah it's not heapdump

#

you would use that one to put it into an actual tool like jvisualvm

#

just try the summary one

#

how much ram do you even have for this instance?

sudden loom
#

4 Gigs

signal ivy
#

what version?

sudden loom
#

uuhm

#

1.8.8 👀

tawdry narwhal
# sudden loom How can i find Mem leak

This isn't exactly an easy thing to do. Spark as mentioned earlier can help with this however there are things it won't tell you but still handy especially if combined with a JVM profiling tool. Third thing is doing a heapdump and using a tool to inspect heapdump. Downside of this is that the heapdump is as large as the allocation of ram you gave it, so best thing to do usually is instead of downloading that file is to view it remotely. There are tools to help with this. Overall, not going to be easy usually to pinpoint that memory leak.

sudden loom
#

so i gotta use tools to check where that's comin from

tawdry narwhal
#

profiling has to be done while the server is on and you need to profile for a good amount of time to get accurate data or more concise information

signal ivy
#

I know that 1.8 doesn't take a lot

tawdry narwhal
warm relic
#

anybody know a plugin for 1.18 that lets me broadcast a message at a specific time. like it will broadcast the message at 11.30pm and then not do it again for another 24 hours

#

cause every broadcast plugin i can find is on a per second timer

unreal pond
#

I dont use bungeecord what does that mean

#

I got this random message popping up in the terminal while nobody was on the server

woeful thorn
#

is it a good idea to update my server to 1.18?

unreal pond
#

And server specs

#

Because 1.18 is not well optimized

woeful thorn
#

well get ~50 at once

unreal pond
#

Iiiish

woeful thorn
#

so should i just upgrade to 1.17?

#

because we are on 1.16.5 rn

unreal pond
#

I will let someone with better abilities answer this question

#

I dont want to give a bad opinion

#

But imo

#

1.18 is hell for servers.

#

I recommend using a plugin to pregen chunks in a specific radius

woeful thorn
#

alright thanks for the advice, considering the chunk height and generation changes i will probably just upgrade to 1.17

unreal pond
#

Yes because remember the actual update is a splitted update

#

Its the 2nd part of it

#

Maybe there will be optimization

sage fox
#

anyone know what this warn means?????

#

Unable to load model: 'minecraft:dragon_breath#inventory' referenced from: minecraft:dragon_breath#inventory: aa: Non [a-z0-9/._-] character in path of location: minecraft:item/Coin

regal adder
#

Hi I'm added the log4j string to the spigot server and the xml file but I can't see any messages in the terminal panel anymore, is this normal?

sage fox
#

its for a texture pack

mellow dock
#

You have a capital in the name

#

Don't do that

regal adder
#

what??

#

oh then there is something called a mention or a reply?

mellow dock
#

It was the last message

#

No reply needed

#

Anyway, just update spigot and ignore the xml stuff

regal adder
#

The thing is

#

I would but

#

the building plugins are not updated from 1.12 😐

mellow dock
#

So?

#

There is a patch for spigot 1.8.8 through 1.18

regal adder
#

Yes

#

so

#

I asked a question

#

after me adding the patch stuff, I can't see any messages in the terminal anymore, is that normal?

#

just a simple yes or no answer...

mellow dock
#

Probably not

#

Don't see what you have against the spigot patch

regal adder
#

I get this message
main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND
main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root"

The server runs fine, it's just I can't see the log in the terminal

finite cove
#

Hello!
I'm installing plugins on my minecraft server with spigot and there is something that I don't understand
Where do I put these "permissions" command?
Like randomtp:rtp, I need it so that the command rtp work for all players
Does anyone know where to put it?
Thanks!

#

Sadly I can't send a screen

mellow dock
#

Install a permissions plugin

finite cove
#

Like?

shy falcon
#

LuckPerms, PermissionsEx, GroupManager, etc

finite cove
#

Okay I'm gonna do that

mellow dock
#

Luckperms is recommended

shy falcon
#

id try LP or Pex first yeah

#

GM idk if it ever got updated past 1.8 lol

finite cove
#

Done I install luck perm

shy falcon
#

pog

finite cove
#

Now it should work?

shy falcon
#

once u set up the permissions yeah

finite cove
#

Wdym

mellow dock
#

You need to add the permission to the default group

#

LP has a wiki for all the commands

finite cove
#

K

#

I did luckperms group default permission?

#

Wait

#

So what command i am supposed to do with the default group

mellow dock
#

Something like

#

/lp group default permission add xxx

#

Idk use the wiki

#

Or use the web editor

finite cove
#

Keep saying that I don't have the permission

#

I did /lp group default permission set rtp

mellow dock
#

That's not the permission

mellow dock
finite cove
#

Yep

#

Now it work

#

Thanks you

warped sandal
#

Is there any way to modify the 1.18 cave world gen?? Basically a plugin put millions of barrier blocks at y-0 and I've spent two weeks trying to get rid of them, instead of that is it possible to just modify the world gen so barriers are recognized as a block and new terrain is generated the way bedrock is?

mellow dock
#

If you modify the jar, yes

#

What plugin is putting barrier blocks at y0

warped sandal
#

we removed it almost 2 years ago but it was ICY's Caves plugin

#

is there a specific jar file for the crossover world gen in 1.18?

mellow dock
#

No

warped sandal
#

So how would I go about modifying the world gen?

mellow dock
#

Clone spigot and make a patch over the vanilla retrogen code

warped sandal
#

hmm ok ty!

warped sandal
#

the plugin was a cave plugin but for some reason the dev thought the best way of showing which chunks were modified was putting barriers at 0

mellow dock
#

That is something datapacks do

warped sandal
#

or maybe it was a datapack mb

mellow dock
#

A plugin should never be doing that :p

warped sandal
#

it was probably a datapack

unreal pond
#

modify the datapack

mellow dock
#

Bit late now

warped sandal
#

yeah we took it out almost 2 years ago and now the issue is just finding how to get rid of the blocks

west cloak
#

hey so im using better rtp plugin and it is taking 100 years for it to teleport you

#

any way how you can reduce the time?>

glacial sundial
#

you could learn to read

west cloak
#

oh bruh

#

i didnt see that

#

LOL

glacial sundial
#

like seriously, I know nothing about this plugin and it took me 30 seconds to exercise basic reading skills to find your answer

west cloak
glacial sundial
#

so even better, you purchased a premium version, and then want us (who haven't purchased the plugin) to support you rather than the author you paid

west cloak
#

i never purchased the premium version

west cloak
#

doesnt fix anything

glacial sundial
#

then what premium version were you looking at lol

west cloak
#

its a different page

#

better rtp addons

#

i clicked the wrong link

#

on the google search

#

idk why you going off at me for making a mistake

scenic coyote
#

Because md_5 is just like that.

reef fjord
#

is giving certain ranks access to better kits considered p2w?

signal ivy
#

I think it depends on what gamemode the server is but everyone thinks about it different

#

if it's like a pvp server or a server that is eco based then i think it's pay to win

mellow dock
#

Correct

#

You are allowed to give out paid advantages in non-competitive servers

somber flame
#

Can anyone tell me why the Jobs plugin doesn't work?

mellow dock
#

That’s not very helpful

#

What jobs plugin, any startup errors, what doesn’t work, have you asked them for support?

signal ivy
#

he's saying send the error

lapis perch
#

hi, do you know a plugin that is hideplayer but with mysql? pls

west cloak
#

Hello, anyone knows how to disable the height limit or atlest make it higher cuz i always go to server.properties and set it to 356 and it sets back to 256 after restart.

mellow dock
#

What version

west cloak
mellow dock
#

Not possible

#

World height is limited to 256

west cloak
#

Not even with a plugin?

mellow dock
#

No

#

You’ll need a mod like cubic chunks

west cloak
#

oh okay, thanks

lapis perch
#

hey

#

i have a mistake

#

could you pls help me?

mellow dock
#

?ask

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. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!

unreal pond
#

Why that

#

??

#

I dont have bungeecord..m

#

Thats the issue

#

Why this error message

autumn shoal
#

Is that you trying to login?

unreal pond
#

I dont know man, it popped up 5 hours in between the last event which was a disconnection

autumn shoal
#

Sounds like somebody tried to BungeeCord spoof your server

#

If it wasn’t you

unreal pond
#

What

#

Why would they do that