#general
3141 messages · Page 138 of 4
There are some basic things that need NMS access, like fake lightning.
phonesix I know right md is awesome
Or are those packets?
e.g. for smaller projects accessing stuff which doesn't change, or can be predictabliy access, it's pretty easy to justify just using reflection vs using per-version modules
I mean anybody could just fix it, it's open source so...
Hmm, either way I just wish that instead of all this re-nms mapping, Mojang would finally put out the modding API they've promised for such a long time.
but apparently people aren't bothered enough to actually do it
no he wouldnt accept it
you never know until you try
you'd spend hours on a fix and md would just deny it saying its not relevant for spigot's purpose lul
@golden gust would it have been possible to use reflection with staff+ so I didnt have 16 poms
isn't fake lighting a mess given that the server would just update it?
messing with lighting 
well it only updates in some cases and not others but yeah, generally it's annoying
needed either nms or packets and I was like "nop it's ok real lightning we shall use"
uh, you can send fake lightning with the bukkit api...
spawn entity
Mess with lighting and i'll mess with you 🏆
or there is that
it has been in bukkit for years
Was it? Lemme boot up IntelliJ
we should reinvent the bukkit api
Can someone help me?
I think Bukkit api needs some minor changes
not a full on change, I quite like the way some things are handled
And yea, you could probably do what you're doing pretty easily with reflection, you'd just need to deal with all the version changes somehow
but some changes, yes.
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.
?eta
I haven't touched nms or reflections at all yet and I'm a tad afraid to do so, lol.
worst case you break the server
oh, ? was forwarded at one point I think
.eta
Anyone requesting an ETA will be fed to goblins.
.ask
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.
Well @golden gust i dont have a question, its just that when i start the paper.jar fine nothing happenes, it worked the first 2 times, so i got all the files. but now nothing happenes anymore.
Silly leaf.
Also Brian, that method has been there since May 7, 2011.
How are you trying to start the server?
I must just not've looked well enough at all
Dubble clicking the jar file
there you go lol
if you're on windows, you should be using a bat file, otherwise you won't see the console window
I think paper disabled the GUI.
Ok, what command do i write in the bat?
java -jar paperclip.jar
PAUSE
Thanks
.flags
Optimized & Recommended JVM Startup Flags: https://mcflags.emc.gs
(Make sure that the jar is named paperclip, easier to rename the jar each update than to update the bat file)
I get this when i run in a bat
C:\Users\pumpk\OneDrive\Skrivbord\Paper 1.14.1>java -jar paperclip.jar
Error: Unable to access jarfile paperclip.jar
C:\Users\pumpk\OneDrive\Skrivbord\Paper 1.14.1>PAUSE
Press any key to continue . . .
Was the jar named paperclip.jar? Also, don't run it in onedrive, there are known issues with java and onedrive breaking stuff
Onedrive? dont even think i have thet downloaded
"C:\Users\pumpk\OneDrive"
weird
Oh
Thanks for the product placement, Microsoft.
I'm on a Mac, so I don't get any product placement at all
/s
looks at mac, has onedrive installed, hides
I've just been using keybase 
How can i make the server run with more than just 1gb ram?
👀
Especially as it presents as a real mount vs like, being weird
Optimized & Recommended JVM Startup Flags: https://mcflags.emc.gs
-Xmx
1G for 1G of ram
Shouldnt you write in mg? aka M
For 2GB of RAM.
Mb*
Doesn't matter.
Both work fine
Ok
If you want you can:
So long as it's a unit it likes, you're good
-Xms2000M -Xmx2000M
Wanna specify it in bytes? go for it 😛
So like this
java -Xms2048 -Xmx2048 -jar paper-23.jar PAUSE
-Xms2000000000B -Xmx2000000000B
There's it for bytes if you'd like.
You have to have the unit at the end.
Right
So put an M at the end of the two there.
Unless you've got a supercomputer and want to use 2048GB.
We won't judge ¯_(ツ)_/¯
`I:\Paper 1.14.1>java -Xms2048M -Xmx2048M -jar paper-23.jar
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
I:\Paper 1.14.1>PAUSE
Press any key to continue . . .`
I get this now
uhh
That means that your computer doesn't have enough RAM.
How much RAM does your computer have..?
I have 16gb
What's the output of java -version
(in cmd)
What?
open a command prompt and run that command
java version "1.8.0_201"
need the full output of that command
java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) Client VM (build 25.201-b09, mixed mode, sharing)
You have the 32-bit version of java installed, you need the 64-bit version
Can i have a link?
.g java 8 64bit
(DiscordBot) https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html -- Java SE Runtime Environment 8 - Downloads: "Download the Java SE 8 Runtime Environment. ... Solaris SPARC 64-bit, 52.14 MB, jre-8u211-solaris-sparcv9.tar.gz. Solaris x64, 49.93 MB ..."
Oh, actually, might need to go to adaptopenjdk's site, no idea which ones are on lockdown now
X86 or x64?
how much dedidated wam do i need for girlfrend mod
x86 is for 32 bit.
what do those startup parameters do
Kinds weird
It is, but the 32 bit just refers to instruction set I believe.. might be wrong.
Let me get adaptopenjdk for you.
Well, they're still working on getting enough disk storage to store the book of how to understand women

mac
You're not on mac.
Hi so I am looking to have a sever for about me and 10 other friends and we just want two mods on the sever claims and able to silk touch spawners. Can some one suggest a sever hosting site and how it would do this
If you'd like to get the JRE which is a bit smaller you can go to there and click JRE, it's on the right.
You might want to see about uninstalling the current Java you have..
I'm not entirely sure how you can do it on Windows, but with a bit of Google Fu:
.g uninstall java windows
(DiscordBot) https://www.java.com/remove -- How do I uninstall Java on my Windows computer?: "Follow these instructions to uninstall Java (also known as Java Runtime Environment or JRE) on your Windows system."
Follow these instructions to uninstall Java (also known as Java Runtime Environment or JRE) on your Windows system.
pebblehost is my shared host of recommendations mainly because I've seen good comments about them and dealing with them to get some issue fixed for somebody was pretty chill, so can't fault them and the hardware seems fine; Beyond that, for plugins, take a look at the silk touch plugin and one of the claim plugins, GP, Towny, Factions, etc... Depends on your wants 🤷
Okay thanks
Oh god, my english is deteriorating, I'm going to be MiniDigger soon 😦
Tsk tsk tsk.
Is the plug-ins essay to download
Catching leafititis I see.
Yup
Cause I don’t know how to code and do that stuff
might need to get a grasp of permissions, but LuckPerms is recommended there and does a good job of explaining them on their wiki and getting you started, their editor is also pretty awesome \o/
Yeah and with the plugins, you just download then and drop them in the "plugins" folder of your server.
Hey electroniccat do you know how to use PEX?
Okay cool is there any way to see the plugins without buying the sever first
I know how to use it, I just choose not to
@Falsely you can just run a server locally on your pc to test stuff
How do i do that
Ok well, i already know kinda how to use it. so i dont want to switch, well anyways, do you know why my prefixes dont show?
My pc is powerful enough to run a sever but it looks confusing
Install vault and a proper chat plugin, basically
Essentials Chat?
@near comet you download the server from https://papermc.io/downloads and run it, then you add plugins to the plugins folder
Have I just found a market for a plugin?
On windows, it's basically "create a folder, download the paperclip jar and create a bat file"
Essentials Chat works just fine ¯_(ツ)_/¯
Im not using luckyperms
Im using Pex
Well it's written by the person who wrote LuckPerms.
Pex is very, very bad, and you should not use it, and LuckPerms is so easy to switch over, but okay.
Just get Vault and https://www.spigotmc.org/resources/vaultchatformatter.49016/ should work with Pex.
Even though you should 100% not use Pex.
If you teach me how to use lucky than sure
EssXChat should work fine
But then they'd have to install Essentials too.
Unless you guys want Essentials, that is.
pex is old, outdated and no longer actively developed
I have essentials chat and pex and a prefix, but its not showing
Oh.
LuckPerms is modern, has more functions and active development
and pex is basically no longer supported with known bugs which people can crash servers with
@wheat quarry are you a bot or a person who is typing through a bot?
Pex is just buggy, no longer developed, outdated, old, and LuckPerms is 100% amazingly better.
...
IRC bridge
It's just IRC.
Well, idk what IRC is....
bridge forwards messages from the better chat protocol over here to discord via a bridge
redundancy, woo
Anyway, HoaXs, we'll try to help you get Pex and EssXChat working together, but seriously, LuckPerms is better in every single way, it even has a super easy to use web editor, and it would work perfectly with EssXChat.
\o/
Im downloading lucky rn
Can you join general, i dont like writing
!kick TehBrian leave our sacred temple at once
:(
😄
Does anyone have any ideas what is causing the duplicate entities bug?
oh my
You should come join me at #tehbrian.
Is it when an entity is on the border of two chunks and it saves them in both?
I'll make you my chief in staff.
It's a vanilla issue
@austere ivy can you join general, i dont like writing
And potentially, I know we had a fix for that one, Paper just un-disables the message; need to work on getting the fixes back in
OK, you can talk but I will write.
Ok
As previously mentioned, we were going to do a 1.14.2 release as well, and the first pre-release of that is now making its way to your launcher. Enjoy! https://t.co/OKmZlueipl
(DiscordBot) @adrian_ivl (Adrian Östergård): As previously mentioned, we were going to do a 1.14.2 release as well, and the first pre-release of that is now mak… https://t.co/dwUkvMWonl (30 seconds ago)
“As previously mentioned, we were going to do a 1.14.2 release as well, and the first pre-release of that is now making its way to your launcher. Enjoy! https://t.co/OKmZlueipl”
Paper's messages are pure spam right now. 😛
already? damn
Your best bet is: if there's something wrong in 1.14.1, it's probably vanilla.
Nah, that's fine Hoax.
Just anything to do with Pex.
As long as you have EssentialsX, EssentialsXChat will work fine.
o boi, 1.14.2 pre already
Yup.
[18:04:50 ERROR]: Could not load 'plugins\VaultChatFormatter.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: Vault at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:223) ~[patched_1.14.1.jar:git-Paper-23] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:352) ~[patched_1.14.1.jar:git-Paper-23] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:216) ~[patched_1.14.1.jar:git-Paper-23] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:843) ~[patched_1.14.1.jar:git-Paper-23] at java.lang.Thread.run(Unknown Source) [?:1.8.0_212]
Oh, you need Vault.
you are missing the plugin "Vault"
But since you're using EssXChat, get rid of VaultChatFormatter.
next monday? i don't think so
You're already using EssentialsX, right?
If you are, then use EssXChat.
Get rid of VaultChatFormatter, that's just a standalone EssXChat.
OK, try starting up now.
@wheat quarry is it really that essay
@Falsely sure
getting a server to run isn't that difficult
I really don't care about discord, lol
hope mojang makes some more ground on chunk generation
@wheat quarry but what if I want if I want some one else to host the sever who would you suggest
none, I host my stuff on a dedicated server
I was just suggesting testing stuff locally before investing any money
Okay thanks
My computer is dying of lag so I'm going to use IRC for a second.
It's doubling, being weird, no idea.
wrong chat
Huh.
@tropic flame why did you leave
What permissions do you guys recon members should have on a server
just stumbled upon this on github
They finally fix the lightning issues. Also nice they fixed the issue with entities disappearing when standing on chunks border and observers inconsistencies.
i mean, acf is reinventing the wheel too phoenix
everyone just likes doing things their own way i guess
(DiscordBot) End user brought her laptop to us once the bottom had bulged so far... : techsupportgore - 29 comments, 354 points - Dealthagar, 3h ago
Another reason I don't like Dell.
as multiple
Never buying from dell, ever.
look at those 1.14.2 optimisations https://i.tcpr.ca/8U75xJj
woa so optimized
red means more optimized, right?
so kinda unoptimized
BOOM optimization
seems like it's auto-optimizing itself every couple seconds
so unoptimizing, OPTIMIZATION, BOOM.
Is that on 1.14.2 server?
so optimised that it is off the charts https://i.tcpr.ca/XJCdNEB
Now they just have to make it all red so it's fully optimized /s
single player
whoa that's some optimized gameplay
the chart thing was added in 1.14
oic
alt + F3
I'm so proud of Mojang. Best release yet, I haven't seen that many optimization spikes in a while.
1.12 and below, it was mostly green for me, an Intel Core 2 Duo. Unoptimization alert!
But those big red optimization spikes are sure good work! /s
andrewkm, I see u there
i should probably just mute brian tbh
yea i dislike that
but if you blocked brian it would leave a hole in your heart wiz
yeah :(
i'd rather just ban him tbh
like when ivan left us
but i can't here
:(
brian can you join enginehub discord so i can ban you
would make me feel better, a bit
oh, he's in it already
octy was apparently gonna fix it
i've been working on dfus
vert should work if you're facing a cardinal direction
just not if you're facing diagonal
cuz expand doesn't take diagonals, but it's trying to parse your current direction
because i can?
I need the announcements >_>
y tho
because I use worldedit
anyone know where to get a cheap simple SSL cert? doesnt need anything fancy, not doing ecommerce or anything
Uhm, letsencrypt?
It's free.
i mean i need some sanity but you don't give me that either brian
openssl isn't a cert authority
Wiz what do you require me to do to give you sanity.
it's software lul
openssl sucks @spare venture i'm getting "not trusted" errors in browser lol
Holy shit, getting terrible rubberbanding now.
cloudflare shared ssl 
okay I guess I'll undo your ugly role color then
its now back to brown from dark brown
I hope you learned your lesson 
nossr best nossr, okay I'm going to go eat some food and be productive.
nossr when did your love affair with brian begin
I clearly have a bias since I'm a ptron sponsor of Brian
do you see yourself in him
who's idea was it to write "THIS IS NOT A BUG OR A CRASH" ?
When the server isn't responding and the only thing it is doing is spewing thread dumps for an hour. Yeah, That's what I call a crash.
baiting a mod is a kick 
I mean, it's not really a crash, it's a "watchdog came to rek ur stuf"
Oh yeah that reminds me
your definitions of crash are skewed.
My definition of a crash doesn't match "a stacktrace being shown of a thread which is taking longer than expected"
@sand vale yeah that is not a crash, that's just some stacktraces being printed
then what do you call a state of software that is inable to be used or does any useful task?
for over an hour?
it's fucking stupid.
Depends on the nature of the issue
holy shit, something so stupid even barty don't want to be part of?
some of my data processing software runs for days at a time
I was just going to say that I must be wrong
I don't 100% agree with that statement, but the notation is is that it's not stopped your server yet
without doing anything except spitting files out to a folder
wouldn't really call that a crash :^)
gonna need a bot to delete any message containing the word bait soon
Outside of a deadlock, the server is still ticking
It's just, taken muuuuch longer than it should be expected to take
and how long should it run before it should stop?
1 min
@sand vale isn't there a watchdog to stop it
Watchdog in paper will mark your server to stop
if it doesn't start the shutdown process, it will basically execute the server
its probably not hung
Why is the software allowing it, barty?
its probably just reaaaaaaaaaaaaally inefficient
Which means your server has some severe perf issues
if it did shutdown, it will try to disable cleanly, if something deadlocks in there there ain't much we can do
I did.
@sand vale it would require a massive amount of overhead to police the process like that
We don't wanna rip your server process while it's in the middle of disabling plugins which are writing to the disk
here's the thing, you don't want your process to kill itself unecessarily
thanks @austere ivy, letsencrypt works perfectly \o/
i've never used them before. so easy ^_^
no, I'm blaming paper for not just giving up.
its not doing anything in that stack besides informing you of severe lag
If you hit 60 seconds we'll execute the server
Why is the interval in seconds lol
if it's not executing the server properly, grab a jstack
did you set it to seconds
yeah the watchdog should be putting the server to bed after a while
paper yaml
I used what ever was default.
yeah, its 10 second intervals by default.. its your own fault its "spewing" @sand vale
vanilla has a watchdog these days i think?
yup
at least, there's a timeout for something in server.properties
i assume that's what it is
Mojang has one, spigot replaces it with theirs
I see
i'm guessing each software replaces the upstream one
3600 of them
if it lasts for over an hour then the watchdog never hit 60 seconds, so it was running... just very slowly
I turned up the timeout for debugging but it'd be silly to do that on prod
apparently paper lets you turn the watchdog off

turning the watchdog off is only useful for attached debuggers
so it doesnt kill while you're stepping through
yea i have definitely paused the server at a breakpoint for debugging and then went to go eat or run errands or whatever and just left it there for over an hour :^)
@void void I left when Z increased the slowmode to 6 hours
Since I couldn't properly chat I just decided to leave until the next day lol
Still not long enough
you only needed to re-open your client
it's a bug
yeah; removing slowmode doesn't send a clear to the client
just need to re-launch to refresh
Discord, by Mojang
Skribbl
Skribbl.io a free multiplayer drawing and guessing game. Draw and guess words with your friends and people all around the world! Score the most points and be the winner!
Join me, thine potato chips.
wizjany: Is it possible to limit the item conversion to ones with the unbreakable flag?
..and also to give the new items a certain flag? 😛
@cosmic raft :D
and uh
@merry talon, too
should I ping the leaf?
perhaps not.
eh, people can join later
@spare venture
Kind of confused as to how you can register data fixers in your own code
What does the changesType flag do?
@austere ivy @quasi valley https://i.imgur.com/zYiJw85.png
tell me that was cheating again
oof.
😂
if you don't join the skribbl there might be consequences
such as: sadnes and explosive diarrhea loneliness
brian youre on
.g shrew
(DiscordBot) https://en.wikipedia.org/wiki/Shrew -- Shrew - Wikipedia: "The shrew (family Soricidae) is a small mole-like mammal classified in the order Eulipotyphla. True shrews are not to be confused with treeshrews,..."
I'm an artist
ARTISTRY
dont tell me that was you
Hey don't be so mean.
@stiff yarrow https://i.imgur.com/HdZ5Vvb.png
You have 90 seconds to draw with a mouse lol
my symphony from yesterday
LOL THAT'S THE BEST ONE THOUGH
best artistry
truly art
We need a museum of the great Skribbls.
ooo ty billy
oh nice
is it possible to register custom datafixers?
Heh. Sleeping doesn't clear rain in 1.14.2-pre1
Yeah I'm looking at that
Confused on how you can do that from a plugin since it's all in one method
Does worldedit do it anywhere?
lol ikr
kash is an artist
no? why would WE register DFUs?
we run stuff through DFU outside of the world. we don't care about DFUing stuff already in the world lol
@austere ivy ridables kinda does it
By kinda, it just copies a df from another entity
But it registers it in a new name ^_^
Does anyone have tips on reducing world save lag on 1.14.1 lol
Use nvmes
my server is on an nvme
@quasi valley that's not what I drew. The top three were filled with black and had buckets carved out, and the left-middle and right-middle were the same but in the shape of sugar
yea modifying existing schema is pretty straightforward
that's why i pointed him to dataconverterflatten last night
since that handles item:data -> new item
so it didnt render for us or what?
I didn't get a screenshot, but I drew the recipe for a cake
I'm more confused on how you instead the custom Datafix without accessing the builder
insert*
skribbl
you can't insert a new schema after it's built
actually that's a lie
you can, but you'd have to re-build
I got the map, and put in the map
Is rebuilding the best option?
no
adding your items to the existing schema is
like i just said
3 times
tho
depends on the dataversion you're migrating i guess
Heres my hacky stuff https://github.com/BillyGalbreath/Ridables/blob/v3.0/src/main/java/net/pl3x/bukkit/ridables/util/RegistryHax.java#L43
wtf
well I am a god https://kennytv.eu/files/4xiq1.png
wait I get it
each schema is for a different version?
what's the version for 1.12.2?
there isn't one per se
do I use the same one as flatten?
every time they change things they bump the data version, sometimes by a bunch
is it possible to do that?
every version has a data version in the info box
ah
nevermind
I thought you're saying e.g. in 1.15 the version for 1.12 would be different
Don't use 15190 tho. I didn't know what it was at first. It's the world version. I do it a better way over here https://github.com/pl3xgaming/Purpur/blob/master/patches/server/0014-Villager-shops.patch#L33
everything goes from its source version all the way up to the current version
so it's volatile
😛
o.o
same on irc 🤔
Skribbl.io a free multiplayer drawing and guessing game. Draw and guess words with your friends and people all around the world! Score the most points and be the winner!
New game.
Start at 0 with us!
Join us, Billy! <3
No
Okie.
@unreal quarry What's DataConverterTypes.n?
:I
In 1.13 it's entity_tree
I mean like why use that specifically
more broadly how do you know which one to use in general
You use the one that you need..
I'm modifying the entity_tree, so that the one I use
It's o in 1.14, btw
What's the entity tree?
Obf names change ;)
@spare venture why do you keep leaving
also why do they leave these obfuscated
it tells you right there in the string what it is
seems kinda silly
nobody voted to kick you
I literally can't do that
md_5 only deobfuscates things that interest him personally.
do I want item_stack?
skribbl is probably just doing a bad job again
"why do they leave these obf"
because it's a lot of fucking work to deobf everything???
fair
@spare venture, try rejoining?
I'm not kicking you.
Skribbl.io a free multiplayer drawing and guessing game. Draw and guess words with your friends and people all around the world! Score the most points and be the winner!
That's the link.
there's also item_name
coughdataconverterflatten
Does anyone here have salesforce ?
if i'm understanding your question, it literally does exactly what you're trying to do
@spare venture? :(
I have a custom item system where item textures change based on damage value if they're unbreakable, they're mostly gold tools, but in 1.14 there's a custom item model int flag which is way better
migrate minecraft:item.dmgvalue -> customitem w/ nbt or something
tbh i still don't know what the int flag thing is
To migrate, I need to convert all old items which match the material and damage value + are unbreakable to the new item with the new custom item model flag
But I need to convert all the old items in the world
I'm updating to 1.14 lol
I don't plan on using that in 1.12
use another browser I guess
But to update I need to convert all old items
i mean tbh the old items aren't gone
There's thousands of items already in people's inventories and the worlds
@spare venture try again https://skribbl.io/?mxD72l363x
Skribbl.io a free multiplayer drawing and guessing game. Draw and guess words with your friends and people all around the world! Score the most points and be the winner!
just listen to chunkload/player join
maybe it was just skribbl being weird
search inventories for the old items, convert them
that sounds inefficient
DFUs are necessary because the old things aren't valid
your undamageable gold tools are perfectly valid still
also it's not really that inefficient imo
Wouldn't it be slow to go through every chest on chunk load?
isn't there a way to get all TEs in a chunk?
once you convert a chunk, mark it converted and don't re-do it
same things with players
there might be some edge cases like zombies picking up tools that players drop but idk if you care
Well, it's better than making datafixers
@cosmic raft they stupid
I'll try it, thanks
Don't need to do it on chunk load. Could just do it on invopen
I wrote ! Start
I thought of that before but I immediately dismissed it as too inefficient
But I guess it could work
Oh nice, I just realized this means that I don't need to change item stack sizes at all anymore
I can just use items with the right stack size
😄
Hello is there someone here who have salesforce ?
0o
like
what is that
quokka
niice
Skribbl.io a free multiplayer drawing and guessing game. Draw and guess words with your friends and people all around the world! Score the most points and be the winner!
join
:I
lmao 1.1.4.2 pre is already out
mojang really fucked up
yeah
at least there working on it
which is really nice
cause rn its unplayable even in singleplayer with all the bugs
for me 1.12.2 is the best performance wise and least amount of bugs because of forge mods that can fix bugs
yes
1.12
1.7 -> 1.10.2 -> 1.12.2
1.8 for pvp mods
lol
theres so many pvp mods
lemme send you my list of pvp mods
lots are disabled but you get the point
its for hypixel
you get coins or some shit if you do gg at the end of the game
its for a better playing now screen
here ill open mc
most likely
look at my profile
you see the minecraft thing
thats discordrp
i think its just a backported version
for hypixel
k
look now
i think it only shows when your playing hypixel
yeah
im in another server but it only shows main menu
i found it on the hypxiel formus
most likely
lemme decomplie it
popular in the hypixel community
but not in general
i think there is a discord rp that just shows the server your playing
yay
TS would actually offer some pros, discord is just additional featureless fluff
thanks for taking the time to draw out "not water" instead of just drawing the snow lmao
which one of you nerds was Oo
(Pretty sure that TS has or had some 3d system)
The cost of something is irrelevant
You can host 100 people TS servers for free without handing your control over to some 3rd party company
TS is bad
Wat
I preferred mumble back in the day
I also wouldn't be surprised if discord had some BS TOS for integrating against their stuff
teamspeak
There are still big communities on TS because they prefer having total control
I was a big fan of Msn messenger
Has better audio too
Teamspeak is noce
It's also less chat-oriented and more voice-oriented
Better resource usage too :/
mumble > teamspeak
It builds a different kind of community IMO
to be honest if you use voice A LOT discord is kind of shit
Team speak is great for raids too
constant service interruptions
TS was nice. i bought the mobile app and everything. but i like discord much better
and lag
ventrillo :^)
You can broadcast your voice between different channels
Discord is like the fast food version of voice chat
unlike a lot of people, I enjoy not having to host discord. thats one less thing i have to worry about.
0o
Yeah that feature was nice for certain games
Discord isn’t the good fast food kind either
Discord is also bad at dealing with abuse to their system, another good reason to want full control
Refer to aikar‘s status
Aikar hasn't graced us with his presence in weeks 
too busy signing 5 hour energy deals 
he's working on his own server. it lost a lot of love and care when he was too busy working on paper 1.13 😛
DiscordSRV is working on some cool features, like proximity voice chat. should stop by and mention the raids to them
Only game I know that has any form of integration into team-speak was guild wars
Everything else was user addons
No
Mumble has support for proxyimit chat in tons of games, lots even natively ;)
*proximity
it's still the voip program with the most features ¯_(ツ)_/¯
Because it’s not bad
I've used all the popular-ish voice chat programs at diff points in time (skype, teamspeak, ventrillo, mumble, discord), TS was nice but then they didn't update it ever, Venti was okay but mumble had better codecs, skype sucks, discord is out of your control but convenient, nothing else to say about it
and it used to be the one with the lowest lag but teamspeak is using the same codec now sow
I wish riot/matrix communitys would have more features that at least got it close to a discord-guild-feeling :S
Aikar is responding on his own discord
that's because this is a critical "oh shit we fucked up" patch
or a "microsoft forced a deadline on us" patch
tomorrow's meant to be "big news day"
this is a "dinnerbone came back from vacation and couldn't belive what he saw"-patch
probably the dungeon game they've been teasing
wait wut? there there is a 1.14.2?
nah, he was on vacation after, he was sick the day before release
ah no
I thought they'd already annouced Dungeons?
As a DD I can tell you they are fuck tards
scheduling your vacation for right when a buggy mess goes live
nah, they are going to announce it as an Epic Store exclusive tomorrow Kappa
but no release date
though it's due for 2019
either they'll peoperly announce that or minecraft AR
or whatever the pokemon go thingy is named
inb4 Minecraft Dungeons is just a mod and they announce the Java Mod API
inb4 Minecraft dungeons is a JRPG
well Mojang just open sourced some brigadier thing, haven't looked at it tho
or well, depends on what you mean by that. if you mean "tolarated" then yes? kinda? xD
Every project that I know outside of spigot is hiding in channels where mojang devs sit
you mean the one being aqvailable for ages now nossr?
So what is this fuckery about 1.14.2 concerning?
So, while there ain't exactly a hand holding situation with mojang and the community, there is a fair amount of interaction between people when/as needed
I get my news slow
holyfather: some villager fixes that look important so far
Nothing
Anyone here have a good suggestion for a shop plugin that is easy for users to use and can be configured with item-economy or Gringotts? It will be for 1.14.1...
Please PM or message me if you know of one!
imo, its because md_5 has isolated himself and spigot from everything else. he's not part of the community like everyone else is
md5 takes a very antisocial approach to open source
what does that even mean nossr? xD
Lol. Shop by SnowGears is amazing, but isn't updated completely for even 1.13
it means what it sounds like
Apparently he's working on it...
how about you open issues's ont eh chestshop github for the issues you have with it? ;P
maybe they get implemented? ;)
antisocial approach to open source? Not sure I follow. Open source is all about being social.
I would pay $$$ for a shop plugin that nativly supports item-economy and is easy to use .. (1.14.1 compat too)
so you don't want in-world-shops? 🤔
I want in world
holyfather: it's not, it's about the license of the code
It rains in the nether, it's not a bug on Mojira. Is it a Spigot/Paper bug?
ic
Like, you can place a chest and then out a sign on it... It run a command that brings up a GUI
@strange bane Idk, Ask Spigot
phoenix616, so we wont see a bsd license anytime seen I assume
don't signs already have a GUI? why not use that one instead of having to run a command? Oo
wtf does that even mean holyfather
was j/k
that would be possible if ChestShop supported currencies and the vault economy too I guess
then make every item a separate currency and bam, you can type that one a sign ;D
🥔
*on
🥔🥕 🍜
Not on Spigot's Jira either. Could be a paper bug.
I don't see where you made it "not ugly"?
nobody makes it, it's already made ;)
and I maintain it to answer that question properly xD
I just think it’s the first day that I can get it to be a good idea
how would that work with non-item economies?
how would that work if you want to sell more than 1 slot worth of items?
I’m going to use the auto suggest on my phone to make sentences:
lmao
I just got to work and then I’ll be back in a couple of things to get my stuff to go to get my stuff and stuff to get stuff to do you want to go get to the stuff
Listen, I just want THIS https://www.spigotmc.org/resources/shop-a-simple-intuitive-shop-plugin.9628/ to work on 1.14.1 lol
people sell inventory worth of stone and shit
You can set the global ECON or just set up trades as well
chestshop was always my go-to shop plugin for every server i've ever ran. it only changed when mojang got rid of the IDs for items, then i used snowgear's shop plugin. even helped him get some things implemented into it like chat components in CraftBukkit. but he updates too slowly for my taste, so now I run my own shop plugin i created awhile ago. but i'm ucrrently in the works on replacing it with a new shop idea that i haven't seen done before ^_^
I don’t know if you have any idea what you want to do or do you want to do it haha is the day you want to do it haha is the day you want to do it haha is the day you want to go get your computer 💻
Thanks phone good autocorrect
@unreal quarry why did you change to a different one originally?
but chestshop supports these?
idk how it is now, havent looked
Billy is your chestshop plug-in public?
update was pretty fast imo
that's the whole reason I wrote the LEgacy ID converter xD
no brian. there are a lot of things i dont release 😉
@unreal quarry y ill pay man
Back to eating my spaghetti
Spatgehtti
I mean some of the "uglyness" also depends on how server owners set it up ¯_(ツ)_/¯
So we have determined that there are no good shop plugins? hyaha
like if you want item icons just install a module that provides it
if you want more commands just install a module that adds commands
it's kinda build around that concept
if it doesn't do exactly what i want it's 🚮
@meager perch I'm not saying anything of substance right now, I'm drunkenly eating
@AndyGK you don't need to type the item name, there is an auto-complete function
I'd probably ignore me too right now haha
and yes, it's limited to one per sign because it's difficult to fit more than 1 item onto a sign xD
there's a limited amount of space
Oh, phoenix, your plugin is a gui based one right?
wat?
Or is it a classic sign shop
@AndyGK how are you going to store that kind of information on the sign?
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Best list IMO
one of the goals is to store as little as possible in other datases/configs
*databases
"Reremake" lol
cant wait for paper 1.14.2 and spigot ofc
if you have multiple items then you need to store the item information of each shop somewhere
because the sign can't hold it
But like, I need it to support ITEMS not regualr currency
oh so you want the same price for each item in the chest?
yes it can.
paper must be realised 10 minutes after realise of 1.14.2
Signs can hold it.
hm, I guess that would be doable
Past 1.13, I believe tile entities can store any type of data.
You can technically write it all on the sign but then store the data, in that sign.
that's not visible for the player
another goal is for new players to be able to just copy a sign and their shop works
I suppose, yeah
btw. you could already store really long text on sign lines that didn't get rendered to players ;)
An1 know of that Google Sheet filled with compatible plugins?? haha
Does anyone know if I automatically compile with the latest NMS package names?
I feel like gradle could probably do that, I wouldn't know how though.
Noticed there have not been any commmits today. That because you guys are waiting on 1.14.2?
or busy with other stuff too
I like it here. Feels like before the Discord server was split into channels. 😛
James IRC makes sense. Discord is hipster
yes because hipies are dead
phoenix
did you steal my bed plugins
:(
wait it's not the same
nevermind
hey that's cool you made that plugin?
So, is Gringotts the only Item based economy plugin out there?
Gringotts looks complicated anyway haha
Well everyone knows you have a time machine /s
that face when 1.14.1 has a new stacking dupe
maybe I'll write an item economy plugin some time, sounds like a fun thing to do xD
make tehbrian heads worth 1 million please
nah, each item will be their own currency
and you can enable or disable them in the config and (maybe) set exchange rates
I heard of a server where they built an economy of poisonous potatoes
poisonous potatoes were relatively hard to get
@AndyGK I make a special version just for you <3
