#help-server
1 messages ยท Page 237 of 1
send me that fucking datapack now 
Does anyone know a plugin that will show a prefix in the tab list and name tag? I want it to also work when I nick with the Eazynick plugin
I have tried some but they work from my permission plugin so it will show my real prefix even when im nicked to be a fake vip
@prisma garnet watch this trailer cause its funny lol https://www.youtube.com/watch?v=EWQUp7G-3V4
Guns 3.0 is finally here!
For sneak peeks and updates, join me on discord at:
https://discord.gg/s4zKk6uGkx
Key Features:
- Multiplayer compatible
- Aim down sights
- Magazines and attachment system
- Firing modes
- Headshots and armor support
- Variable bullet speeds
- Damage drop-off
- Block penetration (configurable)
Datapack (1.16+):
http...
anyone here got AWE to work with coreprotect? Using blockshub as a bridge but it doesnt seem to work
enabled logging in awe config and added the worlds to blockshub config
what is the best free anticheat
is it nocheatplus?
if it is how do i make ncp a bit more lenient
there is no "best"
okay is ncp the most popular one?
its one of the big ones
lmfao ncp
tbh im not all that familiar with anticheats
yeah if you use the updated fork
any good plugin that works with lp that makes so you can create custom macros
define "macros"
macOS but you threw in an extra R for good measures
lmfaoo
my server and hypixels server use it so probs
i would hope plugins are hardcoded
nah i know some that they use while searching some plugins in chat lol
found one named macro
they use citizens and acp thats all i know
its not citizens
no they dont
im sure they modify them in some way
likely, but they still have citizens as a base
yup
i mainly know this from typing plugins in to chat and seeing if its a command or not
I'm looking for a plugin that can generate random chunks in my void skyblock world... I'm working on some sort of cursed server and I want to make the world generation look sort of corrupted...
hmm
Edit; I have the Custom Structures plugin but it's not fun if every chunk is the same, and they chunks won't line up with chunkborders.... I've been googling but can't find anything
If there's no plugins out there that can do this I might try doing it myself, I'm not good with java or anything but I might be able to figure it out by looking at the source of other world generation plugins to then kind of use that code to then make it so it only generates chunks every once in a while and skips most chunks
how do i make my bungee server send players to a specific server when they join instead of the server they were on when they left?
force default server in config.yml of the Bungeecord proxy
force_default_server to be exact
Hi, I need help updating from 1.12 to 1.16 without having corruptions
make backups, and just try replacing the jar
shouldn't be an issue, although downgrading the world would be impossible
I acknowledge that
read this on spigot mc forum
Yes, you can keep your old worlds.
Important things to consider when updating:
Do a backup first.
Then update 1.12.2 to 1.13.2 first by starting a 1.13.2 server with those worlds and the server parameter --forceUpgrade.
When the upgrade to 1.13.2 is completed you can start a 1.14 server, again with --forceUpgrade.
The --forceUpgrade parameter ensures that all chunks are converted to the new storage format. This will avoid errors and reduce lags in the future. You need that parameter only once after you upgrade to a new version. After that just start without that parameter to have a much better startup time.
Another thing you should check is if all plugins you need are available for 1.13/1.14. There have been important changes so many not updated plugins for 1.12 will not work correctly in an 1.13/1.14 server.
ig
here is link https://www.spigotmc.org/threads/can-i-keep-my-world-when-upgrading-from-1-12-2-to-1-14.369438/
it should be same as to version 1.16
You can keep the world yes, but once it's been generated with a newer version it wouldn't work on lower versions anymore 
kinda sad
What's --force update for
kicks it into overdrive /s
The --forceUpgrade parameter ensures that all chunks are converted to the new storage format. This will avoid errors and reduce lags in the future. You need that parameter only once after you upgrade to a new version. After that just start without that parameter to have a much better startup time
he explained it
you have to use it in start parameter
smth like in java -jar
@ebon halo @bold latch
I got the timing while the chaos
It's still purpur, I was waiting for it to happen before changing
Notice how in 10 seconds it goes from 20tps>6tps>0.8tps
daaamn that sucks
java.lang.RuntimeException: Unable to access address of buffer
at io.netty.channel.epoll.Native.read(Native Method) ~[server.jar:git-Spigot-db6de12-18fbb24]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:678) [server.jar:git-Spigot-db6de12-18fbb24]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [server.jar:git-Spigot-db6de12-18fbb24]
at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755) [server.jar:git-Spigot-db6de12-18fbb24]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [server.jar:git-Spigot-db6de12-18fbb24]
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [server.jar:git-Spigot-db6de12-18fbb24]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-Spigot-db6de12-18fbb24]
at java.base/java.lang.Thread.run(Thread.java:834) [?:?]
[22:54:51 WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
Error grabbing logs: unexpected EOF```
mhm when i'm entering the server there's an error
@brisk rose more then likely it is probably because you have the ram set to use more then 10GB
adding more ram doesn't solve problems and second if you want to use high amounts of ram, you have to alter the rest of the flags appropriately. Otherwise what ends up happening is too much garbage ends up needing to be collected thus a stop the world GC happens.
because of garbage collection
There is a whole lot more going on, then simply running your server when it comes to the JVM
Also you are using an outdated Java version as well
Highly recommend you upgrade to Java 11
if not to Java 14
Some resource I was using is not compatible with java 11
Cant remember what it was tho
that shouldn't be reason to use outdated software. Recommend sourcing an updated version or use something else then
Java 11 or 14 has performance improvements
I will update, thanks
^ its one thing if 90% of your stuff hates j11, but even then, try to find updated versions
-XX:ParallelGCThreads=4 Recommend adding this as well
What's that for
That lets the GC use more threads
k
ideally want to not go above the amount of cores you have
in this case you have 8 cores, so setting to 4 shouldn't cause issues
But yeah shouldn't just increase the amount of ram arbitrarily either. 10GB is pretty sufficient in most cases
The analogy I can give is, increasing the ram just means waiting longer to take the garbage out. Its like your garbage can in your house. You can always increase the size of your garbage can in the house, but at some point you still have to take it outside. The longer you wait, the heavier it is. So have just the right size means its not as hard to take it out. ๐
nice explanation ๐
You can if you want
Hey are there BungeeCord recommended startup flags?
not really as bungee generally doesn't need more then 4GB
but you can use the same ones as you do for the mc server
main thing Bungee is doing is handling connections and that is it
and anything else that the bungee plugins are doing if you have any
So I have bungee setup, when a server goes down its not auto moving my players to the default server... is there a feature / toggle i missed?
Nope, the bungee server doesn't do this. You will need a plugin to do it.
Ok So um i use Ngrok to bypass port forwarding but it doesnt work it only works if someone is like kind of near me for some example my friend was in manhattan and i was in manhattan it worked but i tried making my friend join from brooklyn
it doesnt work how can I fix that?
@tawdry narwhal hmm, any suggestions on one? I had one called AutoReconnect but doesnt seem to be functioning any longer on 1.1
1.16*
Default server is used for the server to send players when they connect, or when a server is unavailable when they do connect.
There is a few plugins out there, don't have any off hand as I just make custom plugins lol but they do exist
hmm
I'm guessing something broke somewhere else... I used autoreconnect and when the server goes down, the 1.16 client is just ghosted on the server with "already connecting" .....
This didnt happen on 1.12 or 1.13 oddly enough
its strange no one else is seeing that issue
yeah, even without the plugin, the default does not kick the client.... I feel like there's a config option I messed up
Seems to be fixed with Bungee Automatic Reconnect
interesting ^
would anyone be willing to look at my timings report?
tps on my server is getting destroyed
hello im jake from spiget tech support, pls pass ur timings report through the window
LOL
ok before i look further, @hollow gyro see where it says "x wrong garbage collector fix this"? it aint fuckin around, click on that link & do wat it says
what is Minecraft::War2.1? never seen that befor
name of the world
ohhh ok ok
is it a plugin?
no its just the world
"scheduled blocks" in that world is causing lag
idk what that means exactly doe, maybe some1 else can chip in but im guessing maybe redstone or command blocks?
hmm could be that
I was asking if this is a plugin
I've been to that link before
oh no its not a plugin, its java startup flags
optimal java settings for bukkit/spigot/paper
-XX:G1NewSizePercent=40
-XX:G1MaxNewSizePercent=50
-XX:G1HeapRegionSize=16M
-XX:G1ReservePercent=15
-XX:InitiatingHeapOccupancyPercent=20
are these in paper.yml?
idk how to do these things
anyone know how i would fix skins showing up as this?
what kinda server u running?
idk
guys does any1 know if anvil requirements for merging 2 enchanted tools together are different for java and bedrock?
1.8 i don't think its the resource pack as i don't have the issue on any other servers
I love ocdpack it's such a classic
Those blocks make me feel weird.
same issue
yeah same thing
for some reason i don't have the issue on my hub
only me
idk some players don't like it
Could be issue with resource pack? It fixed when it isn't on?
yeah
1.7 hub and 1.7 that server with the issue
hcf and practice
HCF isn't bound to 1.7
^
1.7 is unsupported full stop.
So bugs like this have no fix in most cases.
yeah but hcf on 1.7 is just better
Not really.
Literally any good HCF serve didn't 1.7
Server isn't.
They run newer versions.
^
anyway its not a issue as i dont have it om my hub
Yes but it's an issue on your other server
And that resolution can't be provided as 1.7 isn't supported anymore
Your solution ^
1.12 is kinda iffy.
im not going to run a smp ๐คฃ
SMP like vanilla server.
yeah sadly a lot of new servers are smp's, so plain and boring
Well it really depends on what your goal is pengu
Like those "boring" servers want $
So they make them run multiple versions.
smp's dont make money xd
Big servers make money regardless of gamemode.
Not heaps but they make more money than you atleast xD
You won't make money running a 1.7 only server.
im not saying that, im saying smp's are normally for just for a small group of players
that is what my goal is
Goals all depend on what the owner wants*
then move up a version, nobody will play a broken version like 1.7
really? i can list lots of hcf servers running 1.7 with players
Starting a server on 1.7 is essentially dooming it to failure
I mean a lot of European countries have established servers
For that
But English no way in hell.
yeah i can list some English 1.7 servers, it is the best for pvp
Those servers are probably using base versions of 1.12 or higher
Simply supporting 1.7 clients.
even supporting 1.7 is rare
^
i can tell if they run 1.7
they usually only support 1.8
./viaversion and /protocolsupport
if they dont have those commands, they are running 1.7
@sly drift Listen, either move up to 1.8 with the old PVP still active, or stop complaining that there is bugs.
I can make it so /fly shows as not a command..
im not complaining, just asking
^ yeah
So basically if you want your issue fixed, resolution is to move up versions.
Other than that, it's a visual glitch which is annoying
But not the worst.
yeah
so you will make players switch worlds?
maybe have separate servers, a server with 2 worlds and one that big might have performance issues
A server costs $3 a monthm
Month.
Do you buy coffee's irl?
Do you buy fast food?
Why do you run a server then rather than working ๐ค
No offence.
Fair.
do u even offer donor perks? i get enough to survive and it aint even p2w
server should pay for server
Probably doesn't have a big enough player base.
cosmetics
Roleplay servers can make _
$
Get whoever is paying for your server to advertise..
Or give you money to advertise
i disagree, i get barely 5 players on at once and i still got a few loyal donors, plus the occasional passerby that donates ten bucks then doesnt play lol
Post a video on tiktok
Hi ! Is there a plugin that would keep inventory for the players, but if they die more than X times in X minutes they would drop ?
Get it blow up
EW? It's literally free advertising.
Everyone gives it shit
But it has potential
And that's exactly why you're broke.
Your not optimistic.
Not open minded
To try new methods.
Point proveb
Proven
You're not open minded enough to think, maybe I should offer cosmetics as Leo said
If you're unsure of what you're doing, why are you running a server, instead of researching
if ur desperate for advertising... go spam ads on 4chan like "hey guys this dumb admin left his spawn unprotected lets grief tf out of it"
I'm sorry if I'm coming off as a dick but seriously
let them play on a decoy spawn & then fake drama
takes a few minutes ๐ https://www.youtube.com/watch?v=vPOUxAg4Q9k
This video shows you how to set up a Tebex Store on your Minecraft Server. Tebex is formerly known as BuyCraft thus, this video also shows you how to add BuyCraft to your Minecraft server. In this video, we cover everything from creating a package to setting up coupons on Tebex. We really do cover everything you need to know about getting a Tebe...
ive gotten a few that way lol but i aint done it lately
New ranks have nothing to do with worldguard.
By default they can't break shit
If you don't give them perms
Exactly why you add the flags to the rank
Whos paying for the server
Get them to hire someone to help you
A proper dev.
MCMarker?
Market
Spigot?
You're just full of excuses.
No offence.
But every solution I offer you bring an excuse .
Yes you're not wrong, they're hard to find
But not impossible
Thats your first issue
Server.pro is one of the worst out there.
If you want to eventually get a good community up and running
Yes, their specs are horrible for what you pay for.
Ask anyone in here *
For now, with 0 player base.e
What if you get 50 players
the way to get a proper server is to get a vps so you have root access
don't use hosts
i mean i don't even think server.pro is good i would say pebble host is better
lmao
Pebble
Until you get a bunch of players and your server crashes ๐
How much do they pay for 6gb
On server pro
get a bot test program and see how many players you can handle
A month??]]?
you can get a vps for that money if you can find a good one
yeah fuck this I give up
you can even install a panel if you want ๐
xd
If you think server pro is good for you, enjoy I guess.
Don't expect to build a community with it tho
server lists don't work, only if you pay for ads
how xd
TikTok it's literally free.
lmao yeah i see that could work
get a better camera then
Their tiktoks atm AVG 200k plus
Dont run a server then, an owner has to interact with players, I.e use your voice
Not necessarily your face but 100% voice
excuses excuses ๐
Look at this
You're never going to become good on twitch sorry to break it to you
I'd you don't use your voixe
Fair enough.
*fun with players
Fun by yourself? It's no fun watching someone play games with music over the top of it
xd
bye ๐
Bye
he just told you ๐คฆโโ๏ธ
TikTok , yourube
YouTube
Wanna know the best way to advertise tho?
??
Wanna know?
Be open minded and you'll know.
What is Gray Coro
Corp
Website?
Social media?
Oh
even though its scummy, some servers dm advertise, just find a good way that works, see what other role play servers do to advertise
a good way to get players is to say you can redeem a free rank by doing something like joining the discord server, just think of potential ideas
thats why you cant move on, sort out the basic stuff first
like ranks
just fix worldguard with permissions?
or xtags (much better plugin)
damn nothing works for you now does it
xd yeah
Make a deal, invite 5 friends and get a tag called "Berny" easy peasy
Not Berny but anything you think of
yeah just think of ideas to entice players to join
Berny is a pre swag tag
say you'll give them 10$ per player that joins XD
that'll get them to invite people
xd and don't pay them
they must spend 20$ before payment
maybe promote a store sale?
How about spend $20 and get $10 back.
then get to school, server admin 1000x more fun wen u also dev
or learn to
How about this
Stop everything rn
Go on google
Teach yourself
How to run a server successful
Then come back
Successfully*
yeah spigot forums has a lot of helpful guides
actually programming is one of the easiest things to learn
Rocket science and running a server, great example
yeah, not rocket science
yes install the plugin
and config it
learn how to do that first, thats the basics
and then config some plugins, or make your own
If it's that hard for you, running a server isn't for you
I'll Dev for yoi
so to begin what part are you trying to configure thats the issue?
ask someone else, i know a lot of people that can do it
XD
good luck with a server
^
you need money to make money
Exactly
I invested $650 in my business
And I'm only just breaking even after a few months
you need to pay more than $20
jesus lol now im interested how u split that up
did u buy ur own hardware?
i pay 120$ for a dedicated a month
I just spent $120 more into it without even making profit yet
Wym?
the $600 was it all just hardware or did u hire ppl etc
No like it's unrelated to Minecraft
ohhh ok
$650 was products alone
And then had to pay like $20 for domain
And monthly cost of $60 for storage, $30 for hosting (has a really good CMS)
spend those 3 months productively
Essentially I invested $650 and will be making $1000 in sales
so if you configured essentials, you can configure that world plugin easily
yeah
I will setup your configs for $10 each.
maps for what?
just drop in the world
then delete them?
Then don't complain about using them ^
xd
i wouldn't use multiworld, when you can just get a bungee network, its 100% better than 1 server
Money remember
oh
wait, is he doing the amazing server idea of doing multiple worlds instead of bungee?
mate should just stick with 1 server and go from there
yeah multiverse is terrible for performance
i think you dont
*you want
a server can be good with one world
You don't need
You want
It's simply a desire
Not an requirement
I want to be making thousands of dollars from my business
But I don't need to
One day I will but yeah
buy more servers
use common sense
exactly ^
actually spend the time to learn how to run a server
Roleplay like kinky stuff?
XD
Like butt stuff
All roleplay is explicit.
Watch every horny kid join your server
*DM me for *** *
skittlemc
BRUH SKITTLEMC
xd i do know skittle mc, maybe look at how they do roleplay
ive never played skittle, its weird
love how rava just has this from memory
Yes scientific reasons ๐
cool, then stick with that if thats what you want
you keep saying that xd
Yes ERP
Even if you advertise as RP
You gonna get horny kids msssagugbe aching
Messaging each other
see i was gonna do a rp server but more so a sims remake gamemode
So you ban every kid
Nice
Why not mute them
Muting them stops them from talkign
XD
Thus they can't do it again
i just went on skittle, wtf is this?
bedroom for 12 year olds to think they're mature
Isn't that /warp ***
thats such a nasty server, and it actually has players
yes
it's sad cause it's a server that is profitable
yeah they should
anyway i forgot what grays actual issue was cause he kept just saying he has this server but needs this maps ect ect
I have you a $10 solution
read the comments
Me
Yes
XD
Please I'm broke
i can make a plugin that dose that, easy on world change event
you're the one who needs money
thats unrelated
^
always excuses, excuses
guys im so smart
i just spent 1-2 minutes reading the config
and i know how to do it now
xd
Should go back to learning English if you don't get it
na just unplug the pc at this point
Unplug yourself tbh
PC can refer to a laptop technically
Because your laptop has a computer inside it
And it's a personal one
to unplug a laptop just take out the battery
Or just throw it out the window
anyway i legit just showed you how to configure the plugin in 2 minutes of me reading
if i can do it you can too
that'll be 30$ for wasting my time
XD
You should do it
And then paste it for 2sexs
Secs
Then delete
XD
Just to fuck W him
legit this config is so basic and easy to setup
legit a config from one of my plugins is more complex
Do It for the lols
Rewards:
ExampleLevelUp:
TriggerType: LEVELUP
Commands:
- 'say {player} has received {reward} reward'
Message:
Enabled: true
Text:
- 'GLOBAL;CHAT;&bPlayer has reward'
- 'PLAYER;CHAT;&bPlayer has reward'
- 'PLAYER;ACTIONBAR;&bPlayer has reward'
- 'PLAYER;TITLE;&bPlayer has reward {reward}/{level}'
Sound:
Enabled: true
Type: ENTITY_PLAYER_LEVELUP
Volume: 1
Pitch: 0```
That's not even complex either
i know
It's basic english
thats the point
๐ญ
CONTROL F
On your keyboard
And type in world's:
worlds:
I mean search for "worlds:"
I'll do it on my phone ffs
it's clearly there
Link the plugin
Chill out please
๐คฆโโ๏ธ
hey so yall know the factions plugin right
And pack to the pack
Gray
Oh
Search one on spigot
I downloaded the plugins and stuff for it but on my server when I go to type in the command all of them arent there
Iโve heard of saver factions but I do hcf so Iโve never done factions
ok
Make sure your plugins support your server version
all @outer rain needs to do, is use common sense and change Lobby since he doesn't have one to his world name
Yeah xd
change lobby to your worldname i.e world , change lobbypack to your resource pack name i.e idontknowhowtousecommonsensev2
Save it restart server
Boom done
that maybe a little too complex for him
Change minigame to whatever your worldname is called i.e otherworldname
Change gamepack to ijustspentfewhoursbeingdumb
Save and restart
Ew
Please dont
THIS KID
Yeah whatโs the point
why do you have to?
Omg my brain ๐ง
Can someone shoot me
like same
Actually better waterboard me
server.pro isnt actually that bad for a testing server tho
the gui and everything is pretty cool
Pulsebeat that isn't the issue
It's the fact that he's using it to solve his "problem"
Which we just solved
lmfao
he doesn't wanna use common sense
Yeah
server resources for what?????????
so you're gonna run the map on a server.pro server?
instead of investing in another server
I mean do you need a 6gb server, how much ram is it using right now?
We already established server.pro is literally wasting his money for the resources you get
i regret trying to help gray
I regret entering spigot discord this morning
server.pro is free
Yeah even pebblehost is cheaper + better
there is a free part of server.pro
Pebble host not worth it
Equally as shit
Server.pro has a massive queue for free now
See you donโt need 6gb then
Yeah I would recommend just a vps
For him idk anymore
Bruh trying to explain a vps to Gray would kill me
i just bought a dedi and had 0 issues from then
XD
Xd yeah
Does he know what TPS is
Xd
yay he knows something
But what are they? You just told us the name
What cpu usage are you getting
With you on?
Can anyone help here?
Thanks in advance! ๐
https://pastebin.com/mdMLY0Sh
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Fix a config error in server list plus
Or maybe itโs the wrong version
It's easy to say an error in the config ๐
The config is pretty big xD
I am just not good at reading java failures like these ๐
I canโt just pinpoint the error, could be from a number of factors like server version not compatible, config errors. I canโt tell you the error from just that single log
Yeah thatโs bad
Does it help if I say there's no error normally only whenever a player joins
Maybe check the update checker part of the config? That may be the issue
Yes itโs looking for a config section from what I can see on join but the config is broke, check the config has any errors in it
Yeah xd
Could it have something to do with this?
# If you want to migrate or using another version or premade config,
# do not copy-paste it with "config-version" field.
config-version: "cfg2.4"
asynchronous-entity-add: false```
Thats the top of the config
I donโt think so
The config is premade
Ctr + f and search for update checker
Nothing found
How many players?
So itโs a new config? If so, itโs maybe your server version, maybe check if your plugin version is compatible with the server
Thatโs bad cpu
That's terrible still
It should be at like 1%
I did to xD
It shouldn't be that high
That's not gonna affect tps that much depending if they are poorly coded or not
Iโm not tryna say download every plugin every 5 mins, but thatโs not many
Even with a whole new config the error appears
Yeah just a bad cpu
$20 for only 6 gigs, wow your getting ripped off
its supposed to be a server where XRPcraft can reunite
I didnโt understand a word of that, what do you mean?
That doesn't take away that the CPU is bad
How is that anything to do with what we are talking about
Iโm done bye
I just canโt get you to learn how to make a server ๐คฆโโ๏ธ
We aren't saying it needs to be the best, we're just telling you common sense things server owners need to know
Made? Clearly it isnโt finished
Then if itโs finished, why are you asking for help for how to add this plugin
Buying a server and making it open, and actually finishing it are completely different
^
Then itโs not finished is it?
But you struggled to set one up?
Okay so we don't need to help you anymore?
Thatโs essentials commands, you didnโt make them
Is it allowed to ping plugin developers?
Okay so I'm taking it he doesn't need anymore help
Donโt, if you want a plugin dev look on forums like spigot or mc market
i mean its not not allowed it's just annoying
@sly drift The problem is the plugin is removed from Spigot
Yeah he doesnโt then xd
Do they have a discord?
Who owns the plugin?
Septogeddon
They are in discord, yeah.
Wrote to him ๐ค.
Fully understandable if he doesn't support the plugin anymore tho.
Cause you kept complaining about unrelated issues
what was the original issue
A plugin he didn't know how to configure
Xd yeah
Then he was complaining about how he "needs" a world
Then the fact the world had command blocks but he "needed them"
Because you said you said you โcanโtโ configure a simple plugin
has this been going on for an hour?
Yes as you didnโt configure the plugin like we told you how to
Yes
Longer xd
Bruh why is this convo still going
He said he got no help
Been happening for almost 2 hrs
Yeah
Still waiting for you to learn common sense
I know common sense, rava.
I know how to crash a plane, sit there and smile
Lmao
Listen, thank you all for trying to help my dumbass. But due to my limited knowledge of how servers work it hasn't really enlightened me. I thank you for attempting to teach me these simple things.
Honestly just give up on server management
Not worth it if you don't understand the basics.
To be completely honest.
no need to be so negative, It's a learning process
Yeah, if not at least understand the basics like configs first
I could just hire a dev eventually.
The server functions as is right now, I see what you're saying though, Rava.
The thing is weโve been trying to help him for almost 2 hours
I have noted what all of you are saying, but I will continue to work on my server. Thank you for your time.
Lel
what is the permission to let people open the Structure Block gui?
What plugin?
Sorry I donโt know what that is. Whatโs the server version?
what is a good server for the taple walk enchant thingy
Give me a link to download Spigot 1.8.9 bucket
use build toules
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
@ md_5
fix long ass link pls lord slime md_5 sir
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
omg hello choco ๐ could i pls have ๐ซ have some chocolate
That data at the end of your URL is... cookies? If I remember correctly?
Could be totally wrong on that. I don't internet very well
o dam guess i doxxed miself lol
no it's pretty useless data
What is a good server for the spigot plugins
wa-
I want to do the taple walk enchant but I dont know a good server for it
so ur lookin for a server to play on that has that plugin? .-.
oh xD so ur just looking for a place to find plugins?
spigotmc.org official plugin roster
ok I will check it out
idk how popular that feature is :I but if uve seen it elsewhere u'll probs find a plugin in spiget
Ya this is all knew to me so I dont even know how to get the spigot bucket thingy
I can't connect to either my spigot or bungeecord server, even with bungeeguard
are you trying to connect locally or is it a vps / hosted on another machine?
Theyโre both hosted on different machines
probably something with your firewall or you didnt port forward
Iโm using bungeeguard and I have port forwarding enabled for the spigot server
Can someone recommend a RANK plugin that shows the Ranks in TAB list?
https://www.spigotmc.org/resources/tab-1-7-x-1-16-5-free-version.57806/ or make one your self
All rank plugins work in TAB (see below), recommended to use luckperms
oh god
I need help
In my server directory under /datapacks/
I was trying to move a file from my dropbox to the datapack folder using the 'mv' command
but somehow it deleted the bukkit file that was already inside it
I did mv * /home/ubuntu/Dropbox....
wait. i think i just moved bukkit
to the dropbox instead.
never mind I just panicked big time.
can anyone help me setup leaderhead plugin in bedwars1058
I'll do it for $10
that is a steal lol
I'll do for 20$
it is not hard to setup a plugin just watch some yt tutorials and experiment you will get the hang of it
I will do it for 10000$ take it or leave it
he on x games mode
$10 is a solid deal
5$ i wont go any higher
bruh just practise
$3 and you got a deal
2$ take it or leave it
sold to the man in white
I'll pay you $20 to let me do it
๐
like swords pickaxes armor etc not blocks
idc about the armor
fair enough
Not worth it just for tools lol
It is I am trying to put them into crates
so they can buy them
No one would download it just for crates
I would
Yes but if you have 40 players , garuantee atleast 20 won't wahtb
Want
Your choice ug
Ig
Most 1.16+ servers already have an default resource pack. That community loves it.
I have 5k at a time and the voting system chose to add also I have crates and everyone buys them
I also have pet crates but nvm that
Yes but that's current crates
They won't want to use a texture pack just for fancy tools
it will not be fancy tools
When they probs have their own which makes everything look gud
I will enchant them so they have special skills
Woah so cool
I have a rp server ya know
so adding some other kind of plugins is kinda useless
It is greek lol
that is why I am getting a lot of players
because there are no rp servers in greece
Writing is not that easy...but Grammarly can help! This sentence is grammatically correct... but its wordy and hard to read. It undermines the writers message and the word choice is bland. Grammarly's cutting edge technology helps you craft compelling and understandable writing that makes an impact on your reader. Much better. Are you ready to give it an try? Installation is simple and free
I think I just god country judged
Writing is not that easy, but Grammarly can help! This sentence is grammatically correct. But it is wordy and hard to read. It undermines the writers' message, and the word choice is bland. Grammarly's cutting-edge technology helps you craft compelling and understandable writing that makes an impact on your reader. Much better. Are you ready to give it a try? Installation is simple and free*
if you want sure if you understand greek
No I don't lol
Can you install a translation plugin
To translate the chat
To english
we write in greeklish
don't you have enough of my money grammarly
Wtf is greeklish
is writing greek with english characters
Lmao
Speak english please.
sure but how will you translate
Wdu kaoi eliop
not even
