https://minecraft.fandom.com/wiki/Snow#Weather might help you out
#minecraft
1 messages · Page 129 of 1
@stone dome no, AFAIK he does not use the --ilegal-permit flag, he uses Aikar's flags. Why ask tho?
aikar's flag isnt related
--illegal-permit is something else
It is due to because plugins use a specific classloader reflection hack to load jars at runtime so they can be used for dependencies
and java 16 introduced some internal changes which caused them to not become accessible for plugins anymore, causing it to not work, and that flag bypasses it
Did you mean the --permit-illegal-access flag?
Np, had to find it
Java 17 removed it iirc
Thanks a lot for answering my questions
np
PulseBeat truly is a hero
yes
Thanks 🙂
Mostly yes, but AFAIK paper has a bit more API, so if they use that, it won't work. I think.
If you use something that's been added by Paper, it won't.
yep - it's like using a 1.17 plugin on 1.13 server or something lower
api in 1.13 and below will work fine, but if the plugin uses something in 1.14+ it will error
no its not
any1 know a good Discord Server for Resourcepacks? I am searching for some help porting a 1.15.2 Resourcepack to 1.17
Hi all, as I see from internet sources that there are more than 100 million minecraft players, yet based on this bStats Paper usage page:
https://bstats.org/plugin/server-implementation/Paper/580
The "record" of player count is around ~80k.
Why is that, what's going on? 100 million vs 0.08 million does not add up for me.
I understand that there are servers with bStats turned off, others use spigot, or modded servers, but still I would expect this 80k be more, like 5 million at least.
What am I missing?
80k players currently online, alot of the large server disable bstats and 100 million sounds like total accounts
Because not every player decides to be on a server, nor a server that directly has bStats integration. And finally, as Luna said a lot of servers disable it
100M is monthly active as they wrote
Not every player does multiplayer, and if they do not every server enables bStats
hypixel has the highest player count out of all the servers and it doesnt have bstats at all
you will probbaly never get accurate results unless mojang directly releases a query for multiplayer online stats on their auth servers
tho then you have all the offline servers aswell which skew the results again
Yeah I think 50% of all players that bought mc joined Hypixel
I remember them showing stats ages ago
No? Paper's API is not in spigot...
hello
They usually still work, sometimes people compile against paper instead but never utilise paper-only api methods
What is that placeholder what show how many players is like survival?
Then compile against spigot...
Question:
Should I do a player-based economy on my Towny server or just a regular economy with ShopGUI+, or a mixture of both?
I recon either way, there will be some player economy going on.
that would be a scoreboard
you can modify whats shown by using resource packs with custom fonts
you would use unicode characters that would never usually be used
like chinese or arabic or whatever characters
I've made this so far
But thing is, the "CRAFTADIA" text is animted
meaning its a bar as well
with text above it
well that depends on the scoreboard your using aswell
AnimtedScoreboards
if you want it to update then you would have to change the characters at the same time
oH
I think I can do that
But what about the bar?
It looks like a working xp bar
thats what it is
well something similar atleast
thats pulled straight from the mineclub resource pack
thats how they did it
How do I apply it?
through fonts
So where do I place that image ^
you can offset where and how much of a image you use
and then assign that to a unicode character
just one?
How do I assign seperatly?
but for your specific example the craftadia one looks like it just does each section so that would be 10 unicode characters
no clue but ill post the font json text on pastebin or smth
okay thank you!
Pastebin
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.
\assets\minecraft\textures\mineclub\ui\eventxpbar.png
look for the eventxpbar references
use something like a json prettifier or something like that
or login to mineclub then find the pack through your server resource packs, rename the file to .jar and decompile the result files since its been compressed
Ah okay, thank you :)
Okay so I've added the images and default.yml stuff, but how would I make it work with xp?
Would it be with a custom plugin to assign xp levels with characters?
depends on what you want the bar to show but probably
:/
I've managed to do this
but yeah not sure on how to make it work with xp
looks nice
Would you know how to assign xp progress with it?
Sadly not its out of specialty
ah oke, thank you :/
you could setup a javascript placeholder that returns a character based on how long till the next rank
Ah I see! That could work!?
Could I commission you to make that? Im not to good with Java
ah sry
and you would use the placeholderapi javascript expansion to do so
its not that hard really
JavaScript contains the term Java therefore it must be Java! (/s)
lol
Could I commission you to make that script?
i dont do commissions
:/
its really not that hard tho
Would you know anyone who could?
really it just depends on if your rankup plugin has a papi placeholder for rankup percentages
quite alot of examples for it
if you make it yourself if there are any problems you can work out how to fix them
and that you could make other scripts for it
Hi, I'm new to discord. Where could I ask some questions about the "Guilds" plugin?
I agree
I could probably try helping you with this if you haven’t figured it out yet
Hey guys, with the new 1.18 update coming out soon, will custom maps generate the new caves under y 0 even if everything is preloaded?
yeah.
Yes please
Dm?
I'm looking for a way to add some kind of visible boundaries to my lobby area.
I have a lobby in my world that contains teleports to the playable regions. It's all the same overworld tho, so I cant use world border.
Can I just remove like 20 chunks in each direction around my lobby and replace it with void or is that problematic? Do you have any better ideas?
E
So it doesn't work for a javascipt
well you would need to input some sort of data, cant display something if it has nothing to check against
function xpBar() {
var characters = ["special char 1", "special char 2", "etc"];
var exp = BukkitPlayer.getExp();
var index = Math.round((characters.length - 1) * exp);
return characters[index];
}
xpBar();
i thought that you wanted to xp bar thing to show your progress to the next rank
having the bar show your minecraft xp makes no sense since you can already see it just above your hotbar
no
what?
._. to notify you that you have a reply?
your the one who just said no after what i said
Why wouldn’t he?
I know, but I need it to be there instead :)
then gl idk
Sorry my mistake, I do need it to be a rank up system
@bronze timber look in c/program files/windowsapps
@buoyant haven ok I'll try that
Anywhere I can pay to advertise my server? Or advertise it in general?
yo is there like a "essentialsX" for velocity ? like looking up total list of players... moving players from one server to another... stuff like "lobby bans" etc ?
So I would need to use this?
Anyone know how to keep the coin character image from moving when money changes?
I've done it like this in the Action Bar config:
list:
- ' '
Action bar limit is endless so I cant do that :/
more characters are being added, and since the action bar text is based on centre text, its always going to offset
So im not sure what to do
you would change the chacter based on how many characters are in the string
but how will I do this?
up to you, you could use a javascript placeholder again, i believe there are some libraries for javascript that format strings correctly
ah oke
https://i.imgur.com/uIXUBsP.png watchdog actually doing something?!?!!
I mean its happening pretty often
ah
i mean this is the first time ive seen a hacker in ages
so
maybe watchdog is improving
👀
whats a good crates plugin?
CrateReloaded
GoldenCrates
mc has chests duuh
yo. soo in my bungee network, i use nlogin for account login process and then redirect them to the actual lobby, i dont know wether its because of the login system or the bungee, but whenever i join a server my ping rises to about 6000ms and returns to my usual 150ms ping. how can i fix this ?
during this said "lag spike" i cant also view my scoreboard
help pls im having this issue for the past two days ;-;
todos os portugueses que estejam neste grupo mandem PV para mim, obrigado
Why?
crazycrates
is about a recent minecraft server
So you are advertising
no, is about help, in a minecraft server
Then wouldn't it be easier to simply state what you need help with than waiting for someone to dm you?
if you go in #general-plugins i am trying to be helped, about plugins, not about players so
because i don't want to boring the other persons here, not all of you wanna know about my problems, lol
yo ? anyone ?
Minecraft - 1.18 Release Candidate 1 (Java)
https://www.minecraft.net/en-us/article/minecraft-1-18-release-candidate-1
Changes and fixes
🖥️ Size limit for server resource packs has been increased from 100 MB to 250 MB
💾 Moving through blocks in spectator mode causes a memory leak
Nice
server resource packs can be 2.5x larger, pretty good
I could only imagine a mc player with bad internet trying to load that in
Only if the made it so you dont get disconnected if it takes longer than 10s or whatever
Does the client cache when you have it again?
So if you loaded it in, and then quit, and joined again
someone designer there? to a minecraft youtuber banner?
lets say i wanted to open up a bungee network right now, what would be the steps to secure it.
restrict external connections to your subservers
like so you could only connect to subservers from the proxy (bungee)
and thats pretty much it
what does crash code "-1" mean? (Google didn't help, only found replies from a different code)
what about if there were multiple bungee servers connected together?
Pointless unless you got a serious playerbase, like 150+ actively online.
im not actually going to setup a bungee network right now, i just wanted to know what to do if i did
Realistically, unless you have some insane advertising plan/luck... you won't need to go that far.
yeah i dont plan on making another hypixel any time soon lol
install BungeeGuard
where would I find a group of people who want to help me with a project, im thinking a minecraft server that incorporates cyrpto
My shadeer isn working it has some shit light ggoing on
like when i press esc it comes normal but once i release esc
it has this light
emmitiig
what are the best minecraft store site that you can buy?
crafting store and tebex are pretty good options
hello
yo i have a question.. lets say i have 100 players...
- in one case i arrange them as 2 players in a 128x128 chunk, in the same world
- in the second case i arrange as 2 players in each world..
which takes up more resources ?
probably the first one is better because a world without players still takes up resources
and plus, if the player goes to the boundary of the chunk, it'll load the chunks around it
im saying like pvp maps in a world (8x8 chunk wide UHC maps for example)
soo players in the same world take less resources?
I think so
hmm thanks
is this about minecraft? or fortnite?
i love fortnite
Is it possible to have 2 servers running a singular seed and allow players to 'walk' between the 2 instances?
Has this sort of thing been done before? Is it public? I know Velocity/others can serve as the proxy that allows transitioning between the instances. Does anyone know of any such projects?
I think there is one called worldql
:((
what free site software would you guys recommend for a mc server? I like how ghost looks but it is premium >.<
it is shit
only heard of it yesterday but azuriom maybe?
nah
I tried it and didn't really enjoyed
looks nice
yeah. only problem I have with it, its full of random big words. They tried way to hard to make it look professional
wdym?
y'all on smth
https://timings.aikar.co/?id=9e74eef990c94610b1ca1b6a07fb4cc3 can someone explain what this means pls
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
F
yeah ik it's bad
but idk what it all means
are entities the problem
if so what's the solution
I was looking for ender crystal 🥲
hey
I have a problem with minecraft
So I have got minecraft today and I install it. Once it was installing I accidentaly closed it. And now when I try to install it it says "Looks like something went wrong" "We weren't able to install the app (0x80070057)"
Any hand?
lol this is probably a horrible place to post this, but does anyone know a good way to copy/paste things while retaining data like sign contents/chest inventories?
what's that? 👀
How would you go about doing that between servers? I use litematica but it doinks up sign contents and chest inventories, which I'm assuming is NBT data
yeas
A worldedit schematic
should save signs and chests data too
Is that usable between servers?
/schem save, right?
can't remember exactly, doing /schem should show you the syntax
Word, I've still gotta install the server-side worledit plugin on the 2nd server, the setup is real jank so for now my solution was to use Denizen, and cancel any setblock commands from litematica that were attempting to paste in anything with NBT data, since I was just pasting in an updated version of a city that was already there
hey guys, anyone knows a good Crate-Plugin for the 1.17?
CratesReloaded
thxxxx
goldencrates
this one looks amazing tho
What's the best staffchat plugin for 1.17.1 support?
It's free if u self host
Yeah I've been looking a lot at Ghost lately, and it's definitely pretty cool.
And as Gian said, free if you host it yourself.
ty
I used that, but then I couldn’t see it
Jokes aside, I self host ghost @timid plover, easy to setup
Ffs it doesn’t work, just my luck 😂😂
yeah. you should be using https://helpch.at/blog/hosting instead
HiveMC uses Ghost if you wanted to see what the default theme looks like.
Yeah, Ghost is hot
you into ghosts nowadays?


Glare is talking a lot today 👀
and tomorrow
can anyone help me my render in minecraft only lets me see so far
Woah what 🤯😳😱
what
literally dont even get the thought process
when firewalling do I need to whitelist only tcp port 25565 or udp as well?
Tcp
@wet oasis does Ghost have a plugin system where you can add your own custom stuff to the website? Like, to display the amount of players online from your server. I'm looking for a way to code this, not to use their add-ons
Wdym? xD
he's probably saying its possible bcz sharkblocks did it and they use ghost
Well only the api is documented from what I can see
I would need smth that uses php for example, to fetch data from my own server
php?!
php?!!
php = epic 😎
You would probably need to write a plugin that caches all the stats you want and provides a simple REST API for it, no?
I did a pure PHP approach a while back which sends commands to the GNU screen in which the minecraft server runs and then parses the output, but that's definitely NOT the proper way to do it 😄
My concern is if I can do such thing with ghost. How I access the data it is another story
I’m confused, so all you want to do is show your mc player count on ghost?
Seems like you’re really over complicating it if so
It was just an example. I want to know if you can make an add-on that can get data from somewhere and display it on the website.
On their documentarion, I saw only stuff about how to use their admin api, to publish posts, add members etc
Will see what options it has after it is installed I guess.
He didn't say a word after this message 🥲
D:
It's okay he just went to bed
I did?
Yup!
not in this channel 
Yes!
Hey guys,
I’m looking to purchase a new host, either a dedicated server or general server. I need a solid processor.
I was originally looking at pebblemc but I don’t want to spend a lot of $$
Can anyone recommend me something decent?
It’s for a 1.18 mostly vanilla server, and we’re looking to add a hub server and a server that can run events such as dungeons and simple quests.
From what people said, I recommend either bloom or dedicatedmc
The 'everyone' mention is disabled so you can't annoy people.
Interesting.
is there a tutorial saying abt how to use databases with a mc server ? all i could find was development in mysql language which is not what i am looking for ;-;
Do you mean how to setup a database on your linux machine?
no im using a host having pterodactyl.. i want to access data in the database how should i do that ?
sounds like a pterodactyl discord server question
'Access' as in what? Modify tables/entries orrrr?
I use mysql in pterodactyl too and i'm aware there is no real interface compared to phpmyadmin. So my guess is that that's what you're referring to.
If/whenever i really need to see/change things in my db, i use ssh
Im unaware if theres an addon for a better visual of it. But if you have proper access, you may as well either look for an addon or use phpmyadmin instead. I kind of regret having egged it into ptero lol. But honestly, i rarely need to go in there, so its good practice to re-learn ssh commands every few months lmao
is deluxes menu have 1.8?
Spigot:
1.8.8
1.12.2
1.16.5
1.17.1
Version:
v1.10.5
v1.13.3 - Latest
v1.13.4 - Dev Builds
v1.13.4 - Dev Builds
Requested by BlitzOffline
·
@magic gust use version 1.10.5 of deluxemenus ^^
versions tab on spigot
error im on 1.8.8 server
do you have PlaceholderAPI installed?
oh ok
Anyone know the best host for a fair price for a 1.18 server for literally like 3 to 4 people for a youtube project
Hi, im a new in this discord server and how i create my account in eCloud?
you will be contacted by @serene lotus when he has time to ask you for some information and help you make the account.
Ok, thx
Can I get an account too? 

Does anyone know how to insert a clickable link in a ban message?
Any method I've tried doesn't seem to work.
I dont think is posible
I know for a fact it used to be
I've done it and seen it before
then idk
@serene lotus

anyone know good resource pack with a cool sky
dm me a username and email you'd like and i'll create it
dm me a username and email you'd like and i'll create it
Possibly with Components? Might need to do some spicy packet editing, could look at something like LibertyBans source code to see if they do it
I remember it being just a default spigot feature
Then it's most likely just with Components. I don't know if Spigot uses those now, but Paper includes a full Adventure in its build that you can use
I use Paper
my moderation plugin is AdvancedWarn
it's been abandoned and it broke down but it works enough
Some desireable features shat the bed but the core functionality is fine.
wait no
(asd)[https://google.com/]
it was something like this
[Link text](http://example.com)
should be like this
but idk why it doesn't work 🤷♂️
I believe that only works in embeds on Discord
Isn't that just Discord-flavor Markdown? lol
Yeah lol
can any one help me
i like a girl
and its her b day tmor
and we are on an smp together she is new
i am an admin and i am trying to make her a house
can anyone help me
if u want to help join room 1 i will be their
Imagine needing to ask for an account

Why'd you reply to me? 👀
I already have one
I know this question is probably asked a million times atm but how will updating my server from 1.17 to 1.18 affect the world? Do I risk player built areas being overlapped by new stuff?
I have just updated my server, it added caves and the extra building hight limit. You need to update the world itself to have the new mountains.
Aaah I see. Thank you!
Make sure you have a backup of your server before you update
Ist hier jemand deutsch? der mir helfen Kann? brauche hilfe wegen Datenabank luckperms und das verbinden mit /server
German - Tranlation to English -> Does somebody speak german? i need help with luckperms an databases
Uh, is a 1.18 build out yet?
If so, I presume it's the same as any other version, just drop it in your plugins folder
Probably a stupid question - Whats 'CC'?
credit card
Ahh, def stupid question - ty.
So how would y'all rate the stability of Paper 1.18 so far?
I ran it on my stage server and did not encounter any problems and I also couldn't find any major issues on github.
Do you think it's a good choice to already update when running a smol server?
I would give it at least another week or so to see if any major issue pops up
Paper still considers it to be experimental
And not ready for running in production environments
It is useful atm for getting your server setup before 1.18 release though
hmm, so you think it's likely that issues will be found that permanently damage my world?
Is this discord support?
no
It's decent. Tested with 50 players tho
Thanks for your input!
Hey guys? is this a minecraft only server or?
not really
either mc or coding
If you haven't already, pregen world using Chunky
@neon jacinth ok
Hello. Is Bungee on 1.18 yet?
ye it is
I'm curious, worlds in 1.18 will be possible to be downgraded to lower versions like 1.14?
also
should I start my world on 1.17 and later update to 1.18?
you cant downgrade worlds on any version
@slow imp
noice
someone wanna help with my server TPS drops? I got a timings to offer DM me
smh
LMAO
smh
#spigot-linking please
how would i go to make a placeholder for vault money for essentials to put in scoreboard
how can i get giveaway
Contact the giveaway host to claim your prize
Hello, are more players experiencing issues while connecting to their server using 1.18 with ViaVersion?
it's saying Encrypting for a while, and ends up in a Timed Out state
Okay, 1.17 as well
Guys, I am having a little bit of trouble with #spigot-linking and the numeric id. I am following the instructions but it seems that I am doing something wrong
Can someone help me?
Sure, link me to your spigot profile
@drifting thistle when you make a new tebex account, you get a free trial of the plus(premium) package
Any idea how i can block specific commands?
like the /ds command from this plugin
https://www.spigotmc.org/resources/ss-dynamic-shop-1-13-1-16.65603/
you can use plugins like CommandBlocker, PluginHiderPlus and others like that
Hi, I'm looking for a good daily rewards plugin
can anyone recommend any?
Please @ me when responding, thanks!
yo, im looking for like... a server where there are no protection for blocks or chests, grieffing/raiding allowed but no cheats allowed. any version, survival ofc.
does anybody know of something that looks like it?
📋 Your paste, £30N4&D0
Heeeeey, dumb question. Where can I submit a bug?
should clarify that this is a MC bug woops. I cant double click to open relms in the 1.18 update
Sweet
I find myself having to set gamerule 'sendCommandFeedback' to true almost every time I log onto my server. Any idea why this keeps setting to false and how I can turn it on permanently? This doesn't happen to any other gamerules that I've noticed at least
Is it possible some plugins are interfering with this? I have a few installed, EssentialsX is one of them which is the only one I could think has a say in it
Do you have litematica mod installed?
No mods, just plugins
Hello, when i'm trying to run my 1.18 server I'm getting this error :
java.lang.UnsupportedClassVersionError: net/minecraft/bundler/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 60.0```
I found a info tahat i need to have Java 17 so i installed it and i still have this error. In command prompt when i try to see Java version (java --version) it's showing i have Java 16. Can someone tell me how do i repair it and how can i install Java 17? (Sorry for my English)
Possible Solution Found:
The plugin (or program) you are trying to use was compiled using a newer Java version than the one you using.
To find what version you need, start from 52 which is Java 8 and for example, 60 is Java 16. (8 + 8 = 16 => 52 + 8 = 60)
Barry's solution finder is still in BETA and will make mistakes.
barry you're a chad
so what should i do?
i dont understand this tip
OpenJDK Runtime Environment Temurin-16.0.2+7 (build 16.0.2+7)
OpenJDK 64-Bit Server VM Temurin-16.0.2+7 (build 16.0.2+7, mixed mode, sharing)```
koh he clearly says he knows he needs java 17. his question is how to get java 17
the tip was just saying you need java 17
I don't think there's annything else than getting the jar from here: https://adoptium.net/ and running it
ty its working ❤️
no problem
java.lang.NullPointerException: Cannot invoke "com.comphenix.protocol.ProtocolManager.sendServerPacket(org.bukkit.entity.Player, com.comphenix.protocol.events.PacketContainer)" because the return value of "com.comphenix.protocol.ProtocolLibrary.getProtocolManager()" is null
i dont understand why the protocolmanager (protocollib) does not work
wild idea
how did you implement it into your plugin
and also
assuming that's your code
what is a good server host?
my budget is abt 5 dollars per month if there is profit 10
dashflo
Hi!
Do you know a working way to avoid this type of bot attack? Some tutorial welcome 🙂
I tried this one https://www.youtube.com/watch?v=6X2L2jhKilE&t=423s but isnt working :<
im jsut going to ask but I need help idk how to make a econmy system work with a shop plugin and I am using a spigot server
How do I give/take advancements in Minecraft Java 1.18?
I would like to give someone advancement Sky’s the limit via my server console
I won stuff!
Wait I gotta message this josh guy
Yo josh where are you
Josh was nice, now to win the next giveaway
:D
advancement give
Says it’s incorrect
Aight can I get someone's opinion about if you think I should recruit this someone on staff?
What the hell is Essentials::Event: com.earth2me.essentials.EssentialsPlayerListener$CommandSendListener (PlayerCommandSendEvent) and why is it causing so many issues
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
sounds like it happens whenever someone sends a command!
I have a filed called core.40 on the root directory of my server's file manager. Anyone know what this is for?
hi,
is this a place where I can ask for help with spigot coding problems/questions?
Im new to coding plugins, but I have experience in Java and have finished multiple (in my opinion) more difficult projects.
#development for code, #dev-general for general dev stuff
oops didnt see these channel, sorry. but thanks for the help
Anyone know why the sound files no longer appear in the assets folder whenever you extract a version jar?
Does anyone know if you can tweak global ore values with a datapack?
Been playing with a datapack generator, I'd like to add a block to spawn as an ore
I see where you can create ores, but I don't see where you can set their rates and the locations that they spawn
How do I collect my prize? @timid plover 's dms isn't open
He should see that tag
@serene lotus can u accept my friend request?? My dms are closed i won the giveaway
My dms are open, change your settings if you need to
DMed you
Hello,
I have a few questions to ask 🙂
First, I see that a lot of servers stay in 1.8.9, I want to open mine in 1.16.5 to start with, is this a mistake?
How to remove the information of the weapons like the points of attack and the speed of attack?
Finally, do you know a plugin that allows you to add small improvements such as a weapon that returns to its owner when dying?
Here, thank you 🙂
Translated with www.DeepL.com/Translator (free version)
-
There is a market for 1.8.9 servers. Those servers stay there for the PVP. But if you want actually good stuff and support you are recommended to go with the latest versions. This way most plugins you want/have will still get support and updates. A lot of developers have stopped support 1.8.9 completely. Also don't forget all the minecraft updates you lose by staying on those old versions. I would personally recommend you wait a bit for the major issues (if there are any) in 1.18 to be solved and then go for that version. The new 1.18 terrain could get you some extra players (if your gamemodes will have to do with the terrain).
-
Do you code your own plugin or are you looking for a plugin to do this? If youre looking for an already made plugin I am afraid I don't know any but if you want to do it yourself, add the
HIDE_ATTRIBUTESItemFlag. -
I believe DeluxeCombat is a pretty nice addition for combat. It has a lot more improvements than just inventory returning. It is paid tho.
Thanks for your answer, it's great.
My server will be a PvP/Factions but I still think to stay on the new versions. As you said it's important to stay up to date.
But would you advise me to activate the old 1.8 battle style?
I will try DeluxeCombat it looks great.
If I’m honest, the 1.8 meta is dying out, many are going to the newer versions especially due to how much you can do with them.
You can get somewhat similar (not exactly the same) using the latest version with plug-ins
Plus as Blitz said, many plug-ins are no longer supporting 1.8
Is it any good? I've been using this fork. https://github.com/NeumimTo/Pl3xMap
Ok ok I will stay in 1.16.5 to start with and I will upgrade later.
Thanks for your help.
1.17 is the latest stable version, and 1.18 will be stable pretty soon.
let's also remember that old combat mechanics does still exist
although it isn't perfect it's probably the best you'll get
yeah he did ask if he should use them above
if you do plan on attracting pvp players then yeah that'd probably help a lot (using old combat mechanics). Tho those will not be perfect but you'll get pretty close
true.
I actually dont want that tho
I just want jeb to finish the combat update and make it an official release
yes pls
Does anyone happen to know of some sort of functioning placeholders for Buycraft?
Tried the ones here https://www.spigotmc.org/resources/buycraft-expansion-placeholderapi.82261/, but they don't seem to work as they intend
Are there any cheap ghost themes for a minecraft server? xD
What are you guys doing for your players during christmas? an advent calendar? I'm looking for inspiration
lol
Hey, i need your help? I'm looking for a new discord name iv been using league of hero for 6 years got any suggestion
thx, man
I switched over to using Gold as a premium currency instead of just purchasing the ranks directly with money. Which means ranks are no longer cumulative, and one of my players said it's a scam
Heroes League
Bananaface
self rolling cigarette
xmomfrickerx
xmomunfrickerx lol
MyDadNeverReturned

lmao those are good ones
OnlyMoms
nana not only moms or fans
well instead of MyDadNeverReturned
i was thikning of DadsMilk
referring to going to get the milk
but 
lmaoo
like ur blitz or ori those are unique and catchy name
got anything like that
Skyl
skyl?
not really no
ok fair enough thx for the suggestions everyone if u got anymore pls feel free to dm me
p4n1sm4n
Onix
Fredthedoggy
Matt
Jerry
cj89898

sesuat
anyone know why pebblehost automatically replaces files after I try to delete them and how to fix this?
dont use pebble use fallout hosting
multicraft ok cringe
.
Just no.
Ya'll know a plugin that can keep player counts with a placeholderAPI? So like /player addcount <amount> <player> and it adds a count to them?
So you could kind of like add strikes?
😵💫
RCE xd
O
To clarify, this has nothing to do with Paper itself.
Yes.
or just paper
spigot or vanilla
Yes
ok
Yeah I’ve seen this, crazy how easy it apparently is to replicate too
Haha
@burnt kite don't want to join another server. any chances you know if updating from bentobox 1.16.2 to current one is as easy as replacing the jar and updating the java version?
also using oneblock addon
then yes, download a zip from https://download.bentobox.world, and you're set
Server 1.17.1 -> Bentobox 1.18.x
ok. is 1.18 a lot different?
Server 1.18 -> Bentobox 1.19.x (unreleased)
some biome things have changed
thank you
is this latest for 1.18? I cant tell xD This server is running Paper version git-Paper-65 (MC: 1.18) (Implementing API version 1.18-R0.1-SNAPSHOT) (Git: 4e355c4)
oh wait
I'm blind as fuck
it says there 65
for some reason I Didn't see
sorry
😛
#64 or higher good
what is the issue exactly?
Spigot just released new builds for all versions 1.8.8 - 1.18.
what does that do
lol
not good things
What does the vulnerability allow
Spigot/Paper/Geyser Standalone/Waterfall etc.
Paper has no plans to update 1.15.2 or under
rce
fard
we know 🙂
No.
Incredibly serious 100% of the time.
cc: @buoyant haven
Why wouldn't I haha
idk maybe cuz u seriously at work?
Tend to read majority of messges
o xD
Probs not healthy sometimes
oh sed
cube has absolutely no sense of humour
he is not funny
he's barely even a cube
usually more spherical
usually
when not spherical, often ellipsoidal
isnt there any support channel?
we have several support channels for different topics, what do you need support for?
I wanna know the placeholder of tps
tbf ive never seen funny crack a joke, knowing him since 2014

btw is there a alternative for "RandomSpawnPlus" plugin but for 1.17 ? i need a plugin that teleports players to a random location(near spawn point) to prevent people from spawn trapping newbies
;-;
before someone says "google it" reply : i am googling it would be helpfull if i get a helping hand
Is there a place to make a complaint about someone here?
yes. dm @umbral lance
Ok 👍
?
Never heard you guys in VC :(
well you're not meant to
Does anyone know whether players can exploit each other with the log4j exploit? And if so, is there a bungee plugin that prevents people from typing any chat/commands that contain the exploit?
Yes, it is called "update your jar"
I'm talking about players who might be using modded and unaware that they need to patch their game
I have already patched my servers
Just post an annoucement
its nothing else you can really do other than that
They can also add -Dlog4j2.formatMsgNoLookups=true on their client
Just use a chat filter plugin
Player safety is top the priority for us. Unfortunately, earlier today we identified a security vulnerability in Minecraft: Java Edition.
The issue is patched, but please follow these steps to secure your game client and/or servers.
https://redsto.ne/java
doesn't stop people from PMing others with the exploit, naming their sword with the exploit. etc
Get a filter plugin 😉
How would such messages even look like?
${jnbi:ldap:<url>} I believe
The fuuuuck
man this is cursed
and you could basically return it with a java class, and it would load into memory
😂
Yeah, its crazy, seeing as patches are out https://www.youtube.com/watch?v=B7MnE49bfZ0
https://github.com/pimps/JNDI-Exploit-Kit
This is educational purpose only
It's important to know how exploit works to protect something. That's why I released this video.
31: import java.util.logging.Handler;
32: import java.util.logging.LogRecord;
104: config.setAccessLogHandler(new Handler() {
105: @Override
106:...
Bruh
For real
I couldnt think about the way this works
Though, whats the use of such placeholder or whatever it is
anyone know if this is still required in 1.18?? https://www.spigotmc.org/resources/limitpillagers-fix-outpost-spawns-and-more.69733/
I know it was a big deal in 1.14
and according to the mojang bug tracker it has been fixed
am using paper btw
not needed
at least i didnt need it it my 1.17 server
but from what i have seen, 1.18 has better performance than 1.17
¯_(ツ)_/¯
that looks like a lot of lag. lol xD
But dope
if you say so. I'll not use it then lol
Perfect for roleplay servers
Essentially (from what I understand), it's a variable that seems to be executed when its logged, rather than just logging it, it performs a request, and loads into memory its response
Yeah but like, why is it a thing lol
Fuck knows 😂😂
I do find it crazy that a bloody logging library is this severe and used in so many places
Like apple etc
I'm looking for a server that has DoLimited Crafting enabled. Anyone know of one ??
so they replace an already existing loaded class with their own?
then when it's inevitably called
boom?
guys is 1.18 stable?
cause 1 guy told me 1.18 is more stable than 1.17
i mean by server.jar
Why would 1.18 be more stable than 1.17.1? It's not suggested to use 1.18 in production yet.
They can add their own class I believe into memory
But then how would they execute the class?
Damn it why is #915480941508563004 failing me 
Doesn't seem like it can reach this ip: play.celestialmc.org, even though I can log on to that just fine
Does it not support velocity or something?
It should. Give me a little bit and I can look into it.
Been having some weird issues with it lately.
Ah I see, thought it was something on my side
Can you try again?
Yep, its fixed!
👍
My Google-fu has failed me.... Does anyone know a way or plugin to restrict users from using/interacting with Specific things (anvil, etc) ?
Worldguard has just one interact flag to allow or deny everything
ig World guard extra flag plugin has those flags
I wanted to restrict based on permissions (ranks)
ExtreFlags limit in regions, ya i need worldwide tho
like block.interact.anvil FALSE for rank Potato
With EssentialsAntiBuild essentials.build.<place/break/interact/craft/drop/pickup>.<material>
this THIS
I was bugging the poor WorldGuard people about this flag... forgot it was essentials 🤣
ty so much!! Imma send you a link to my server once its up
Hello, does anyone know about working referral plugin?
Tried ReferralPro and PlayerInvites, but both of them had problems
me: can we have a %n?
mom: we have %n at home
%n at home: ${jndi:ldap://127.0.0.1}
what the 🐸
Excuseme, can someone help me debug of the plugin problem? I don't understand where the problem is
This is my first time writing a plugin
I'm sorry .
I try to write a plugin about create players profile ,read UUID and store
But when the server reads the plugin, it only shows that it is disabled
I want to save the profile to .yml
What should i do
When will it be updated Deluxe Commands to 1.17?
#general-plugins pinned messages
Hi
@sour rune leme do it?
Does the vulnerability Bug work on 1.8.9?
And for deluxe chat ? °°'
after you verify deluxechat channel should appear
-> pinned msg
Ok nice I wait well ^^
hypixel like deluxemenu compass code
Thanks!
Hi where can I post commisions about skript?
How would I diagnose the cause of ping problems on my server?
when people connect initially or teleport their ping spikes to the thousands
even though normal ping to the server is fine
tps is fine
@viral moon that’s normal behaviour when they connect
It’s all cosmetic ping, it isn’t actually that high
Nah it definitely is
People get disconnected by the keep alive sometimes
According to someone in paper it's a 1.18 thing that needs fixing
Oh then that’s defo different, I know in past versions it would be normal to get a crazy high ping on join and it would go back down shortly after, was just cosmetic
Has anyone use the lands plugin before? I have a few questions regarding to this.
A bit yeah, what's up?
I never owned but have tried a bit of its config on my friends server
I can try answering your questions
Whenever I eneable the tax for the lands plugin it still says $0 whenever I /lands create name
I want it to tax players $40 everytime someone creates a land
Uhh can you send me paste bin of you config?
its the default look
As much as I remember that setting is not named as tax
Tax is something else and amoun needed to create land is something else
well I want $40 per chunk*
As I told you I myself don't own so I don't have config
hm
Lemme get a copy of config from their git
@uneven flint Sadly they don't have config on git
Can you send me it's pastebit/ymk file by any chance
Ok sure
Line 118
That's creation charges
yes and whenever I edited it to 40.0 it doesn't charge
@uneven flint line 363 is for charges per chunk after creation
Uhh bank enabled?
Deop urself and try
I don't think my bank is enabled...
Line 293
I suggest to use land banks that is integrated into lands plugin for economy related stuff
Small guide is alr there for how to use that
The Minecraft community has crushed one trillion views on YouTube. Celebrate this huge milestone with a look back at some of the biggest moments in Minecraft history. http://youtube.com/onetrillionviews
Special thanks to:
Aphmau, BriannaPlayz, CaptainSparklez, Chandler Hallow, Chris Tyson, DanTDM, Dream, Element Animation, Felipe Neto, Fuze II...
Found out they disabled the bank part in the config in the outdated version. They enabled it on the latest update though so all good
But thanks for trying to help
lmao
👍
Anyone know how I can see chunk borders in 1.8?
F3 + G is not working?
not on 1.8 lol
:kek:
is there any way to like, bypass WorldGuard protections for OP use?
I want to deny natural-spawning of iron golems, but still allow OP to create them (in spawn region)
@lilDirty#3990 is dm advertising
see #off-topic we're getting raided 😦
If you've received a DM recently inviting you to a "hacking/cheating" server, Please click the "Report Spam" button on the DM, and discord will deal with it.
We're currently dealing with everything on our end
Anyone know if Minecraft 1.18+ still supports adding more dimensions ?
hii
hi
h
are we allowed to offer minecraft accounts in services ?
probably not
no. it is illegal to sell minecraft acounts. or at least against mojang's TOS so against our TOS as well
oh ok
I need help Identifying a possible mod for speed building in Minecraft 1.18
Anyone who can help me in deluxe command
i am getting an error
i bought ezrankspro how do i get to that premium chat?
i forget how i signed up for the dchat and asa chats in this discord
along time ago prob like 2-3 years ago
its same account that i have asa and dchat on as well
=check @rich garnet
Forced Spigot Purchases Check!
Successfully checked that user for new purchases!
it's there now
oh thanks
Is there a way to put text in a book that can be copied out?
https://minecraft.fandom.com/wiki/Raw_JSON_text_format click_event > action > copy_to_clipboard
Ok thats got it!
ty
hmmm... t⍑ᒷ ⎓∷⚍╎ℸ ̣ 𝙹⎓ ℸ ̣ ⍑ᒷ ᒷリ↸ ╎ᓭ ℸ ̣ ⍑ᒷ ꖌᒷ||.
eyyy! discord understands Enchant table language
Those who use the custom JS placeholders, what stuff have you guys utilised it for?
used it as fuel.
PAPI placeholders?
Yeah
a very common usage is for tags/town names/ranks. Bcz when you use something like %tag_placeholder% %player_name% and you don't have a tag it would basically show in chat as BlitzOffline. so instead you'd use %javascript_tag%%player_name% and the js would add the space when needed.
but this is a very small usage. there's crazy stuff done with js as well.
random number generators, data storage, animated text, these are just some of the community ones that are listed on the wiki
thien made a chunkbuster thingy with just the js expansion i think... i cant find it tho
Ah I see, thanks for the reply! Looking into example usages that I can apply for the server analytics platform I'm building, as I'm adding functionality to track and filter by custom PAPI placeholders
Ive used it to make a quest menu in deluxemenus. I believe there's some videos about that in #showcase
Pretty sure Henk used it in his crazy menus as well. I'm not sure if they're used in these menus but some of his work: Hangman, a full prison server experience and a few others (all within deluxemenus and js expansion I believe)
Oh wow, like an example I had was a server tutorial plugin, would be useful to see retention rate for users who completed it vs didn't
Tho I guess thats not directly JS specific
Just placeholders in general
analyse.net release when 😳
how did u sync it? https://twitter.com/heychazza/status/1455891101785669632
You asked, we provided! Dark mode coming soon to @analyse, now you're wondering.. how so fast?! @polypane has been a huge life saver here, split panes with dark mode, the Polypane guides etc.
https://t.co/9GbQIIbp8F defo check it out!
#buildinpublic https://t.co/wlvHHxI6G7 https://t.co/Zoga5Yfyau
sync what?
the pages. but I assume its just 1 page with 2 views or something
?
👍
Just linked my spigot but didnt get access to deluxechat channel. any staff member able to help me out?
Did you purchase it recently?
yep like 15 mins ago
Forced Spigot Purchases Check!
Successfully checked that user for new purchases!
np
Heya, I just bought EzRanksPro, Can I get access to the channel?
=check @ocean echo
Forced Spigot Purchases Check!
Successfully checked that user for new purchases!
go ahead sir #ezrankspro
Thanks!
for jobs. to show X when player does not have a job
and same thing for lands
in scoreboard
Ah I see thanks for the reply! Do you use any normal placeholders too, if so, which?
Does anyone know if DeluxeCommands is able to run on Bungee/Waterfall etc?
I couldn't find anything about it on the wiki :c
nope. doesn't work on bungee
Dang 😦
Thank you anyway ^^
I recommend you look into mycommands










