#general
1 messages ยท Page 55 of 1
lol
you either need to use a try-with-resources block (hence the 'auto') or manually call the close method
According to the javadoc an autoclosable has it's close called during garbage collection
Or at least how I read it
it doesn't say that anywhere in the javadocs
Hm ok
I think I'll create a wrapper class for a PreparedStatement that closes the delegate statement and the connection. That should do the trick
as long as you're careful to ensure the connection is closed if for example, the statement throws an exception whilst being constructed, that should be fine
Ok. I'll keep that in mind
hikari is great, but you need to be really careful to ensure all connections get closed the second you're done w/ them
the other alternative is using functions
which you see quite a bit
i'm personally not a fan, but it might work for you
I was thinking about that too
I'll see how it turns out
But thank you a lot for the information!
@pastel grail I been working on getting Forge/Sponge working this week, next week would you feel comfortable walking me through some things if you wouldn't mind spending some time with me in messages? I'd love to speak with you about it and enjoyed the information you gave me prior about Forge in general. Thanks again in advance!
Does anyone have any experience with voting plugin? When a player votes I give them an enchanted emerald as a type of voting currency, but it has the enchantment mending on it and I want to remove that but still have the glow to have it look more professional. Just looking for solutions before I go down to code a solution.
nah i'm just messing around
ok ๐ฆ
Because I'm searching for a Scoreboard-plugin, that isn't Featherboard...
I have it, but it always gives me a error at some point that crashes the server, so.... not really what I want
@hybrid loom have you checked quickboard it's a good scoreboard plugin
What your asking for it outside of Luckperms support so continue here @gilded nova
@bleak notch I'll give it a try
yeah sorry I think i explained it inverted - didn't have much sleep @gilded nova lol
Anyone here know what I should be putting for the default host server if the other servers go offline/shutdown on a Bungeecord network?
forced_hosts:
pvp.md-5.net: null
I should be doing the ipaddresshere: hub
Correct?
@drifting fable you can put whatever you want in there
play.derp.com: Hub
pvp.derp.com: Factions
etc
You MIGHT be able to disable it
forced_hosts: []
(I would create a config backup before testing..)
Anyone know a way I can add a line to a yml file? I'm creating a logger plugin (wanted a customized version)
and I can't seem to find a way to add a new line... It's a 'config' file File thing
I tried using hub as the default server but nothing happens. It doesn't display the null error in the console anymore @gilded nova - But it doesn't seem to work. If the server shuts down/disconnects, it doesn't send the players in that server to the HUB.
@drifting fable if you're wanting to force default server (When a player reconnects, teleport them to the hub) that's force_default_server: true
then set the hub as the default server
The
play.example.com: hub
would simply be to let players connecting through that IP to that specific server
You're wanting to look for these two settings (Don't lay it out the way I did, just change the values on your configuration)
force_default_server: true
priorities:
- hub
Understand @drifting fable ๐
That emoji is just.. strange..
@drifting fable poke
One second, I am alt tabbed working on the server. My bad, lemmy read this. Thanks!
Oh, nono thats not what I wanted. I wanted a fallback server in the instance a server goes down (I thinkthats what a fallback server is)
And there is no fallback_server option in the config anymore apparently. Editing it in seems to delete it and reset the config too
Yeah.. fallback server usually never worked, simply kicked players, VERY rarely would it be handled by the bungee, and rather by a plugin before the bungee would move them.. A fallback server would pretty much be, if they couldn't connect to a specified server, or a server went down with them on it, it would TRY to move them to the fallback
@drifting fable fallback servers are now called priorities
(apparently?)
I believe you'd set it up in this order;
Default Server: hub
Priorities:
- Main Server
- Fallback
- Extra Fallback
Higher being a more important server
This is me debugging the logging system, but this is an average chat log of a new player, am I right? ๐
10:07:2017 at 1:59 AM (Saturday) | (world | 4,63,-4) | [CONNECTED] | <IP REMOVED> | IndieGuts
10:07:2017 at 1:59 AM (Saturday) | (world | 12,63,-11) | IndieGuts ยป Hello!
10:07:2017 at 1:59 AM (Saturday) | (world | 12,63,-11) | IndieGuts ยป /plugins
10:07:2017 at 1:59 AM (Saturday) | (world | 12,63,-11) | [DISCONNECTED] | <IP REMOVED> | IndieGuts
Oh, so the order of the priorities means which one you are sent to before the others?
Doesn't show a default server, sadly either. For some random reason.
listeners:
- query_port: 25564
motd: '&1Bungee Test Server'
tab_list: GLOBAL_PING
query_enabled: false
proxy_protocol: false
forced_hosts:
pvp.md-5.net: hub
ping_passthrough: true
bind_local_address: true
host: removedip
max_players: 50
tab_size: 30
force_default_server: false
priorities:- hub
- survival
- skyfall
In the instance Survival/Skyfall shuts down, I would want them to get sent to the HUB immediately after.
I don't want them to connect to the HUB every time they log online, I want them to be able to connect to the same server they connected to before when they logged off. Unless this is not possible to prevent broken servers from sending players to the hub.
So I would have to force default server, and they would have to warp to the other servers every single time they log online I guess?
anyone know of a mod I can use to configure mobs spawning? I am running a pixelmon server and want to disable biomes op snails and stuff from spawning
please @ me
Anyone here knows a good (and maybe free) Tablist-plugin for spigot?
I'm searching for a alternative to the Tab-plugin from MVdw...
@hybrid loom if your also running bungee https://www.spigotmc.org/resources/bungeetablistplus.313/ is what I use
Andre_601 - today at 21:28 Uhr
Anyone here knows a good (and maybe free) Tablist-plugin for spigot?
I don't ask for a spigot-version without a reason
My fault - I only saw Anyone here knows a good (and maybe free) Tablist Sorry @hybrid loom
maybe https://www.spigotmc.org/resources/tablist.5776/ - haven't tested or used it though.
I will give it a try
@hybrid loom what features are you wanting it to have, the most commonly used one is TitleManager, since it's features are useful (Except the ugly scoreboard)
?
Does anyone have a code snippet of using Base64 in a GUI that I could use, I seem to keep getting errors, and I know players change their skins a ton...
EDIT: I fixed it, just added a reflection plus a url fetcher
Yeah.. let's not have that sort of stuff here.
^
does anyone know why people use Chat#getGroupInfoInteger() from Vault?
and if there's something like it on luckperms?
why people used Chat#getGroupInfoInteger() on bukkit?
is it equivalent to the sponge's meta/options?
yep ๐
@twin warren I'm interested in encouraging devs to create (easy) Web UI like you have done for luck perms. I was curious in how you implemented it
My biggest problem is auth, I know it's loosely solved, but I don't really like the solutions
I would prefer something that doesn't require users to make accounts and use that account everywhere.
Was thinking that something based on JWT might work
where the JWT is passed as a link
not sure if you saw my previous reply
but thereโs a description of how it works on github lucko/LuckPermsWeb
@blissful adder
accounts arenโt needed with my system, however all of the data is public (if you have the link)
however, it isnโt searchable, and isnโt hosted by me
and uh, permission data isnโt particularly sensitive anyways
@gilded nova should probably move the conversation over here btw
Well if you're wanting Plugins only (Client doesn't have Forge) you're always going to be limited
Any recommendations on good mods to make a sponge server out of
Is there a spongeforge 1.12.2
whose it hosted by?
@gilded nova how much ram do u have
OK so im working on a network and iv almost got "Sky-block" server complete.
My next project is a "Creative" server what plugin would ya recommend, Ill be getting PlotsSquared, Any other recommendations.
@naive pawn do you use anything else
For creative
I use a couple other plugins I don't use a different creative plugin
@fading warren
@fading warren only PlotSquared, don't use any of the other horrible alternatives..
Also if you plan on adding Voxel support, don't be one of those idiots that forgets to add the addon, and gets greifed..
wtf is voxel support
support for voxelsniper
lol it's another type of world edit pretty much
๐คฆ
@naive pawn thanks i got it straightened out, have 5gb running it
@gilded nova ok let me know if u need help i might be able to help
Ok thanks, not home at the moment but might need a hand later. Any good mods tou recommend using for an oldschool survival dungeon server?
um tinkeres construct is a good mod for a survival surver
@naive pawn could i possibly get that plugin for the rankup?
Depends if they're on sponge or spigot
sponge
Nucleus?
ya
Nucleus docs https://nucleuspowered.org/docs/modules/home.html
isnt it something like /lp group default meta sethome #
That link gives you the commands to use
Command not recognised
oh meta, on the site it sais option
Option is permissionsex, you need to click the luckperms to get the lp commands
No problem :P
@gilded nova what Plugin
The auto rankupper plugin
Someone who know a plugin that changes the color of the name that is above the player ? ๐
@gilded nova i have no idea what u are talking about
@naive pawn sorry wrong person XD
@gilded nova its ok
Discord servers are crashing..
https://status.discordapp.com/
Anyone know of a plugin for managing worlds/lobbys for people to join if a world starts to get so full ??
For example if my lobby starts to exceed so many players a nother lobby (world) will open and people will be teleported to that world if they join but leave a small buffer for people to join the lobby there friend is in (unless full)
cant bungie do this
Who wants to build a kitpvp map (For public realse)? Pm Me!
@fading warren you can google it (lobby manager / server flood manager) but those tend to be bungee, or you can get someone to code it for you, such as;
@EventHandler
public void onJoin(PlayerJoinEvent event)
Player player = event.getPlayer();
if(bukkit.getServer().getWorld("LobbyOne").getPlayers().size >= 25){
// Check server two, three, etc
}
My code might be off a bit, but it's an example ๐คท
but that code would work for worlds, but bungee
Anyone want some custom plugins / premade servers?
I'm trying to get my bank out of the negative balance, so please help ๐
@naive pawn me?
@violet crest yes
Anyone got a optifine cape i can buy cheap ?? (Dm me)
Why not get one yourself? I'm confused
Not got quite enough im $2 off ๐ข
or id straight up buy one.
there $10 iv got $8
@fading warren then save your money for your server ๐
@fading warren I got a great host - normaly replys to tickets in 18 hours
gureenteed within 24 hours
PM me if you want to see what host
@twin warren thanks for a great perm system has been very usefull and stable for me
@brazen wraith Ummm i didnt say anything about needing hosting o.O
My hosting is fine thanks
24gb VPS 6 cores
๐
... are people really this lazy? https://www.spigotmc.org/resources/autoupnp-1-7-1-12.34723/
How do you get luckperms to display the suffix in chat?
https://i.imgur.com/e5i4FOd.png - My chat is doing that
https://i.imgur.com/FuWMzXw.png - I have the prefix
I'm using deluxechat by the way
or sorry bungeechat
**
@eternal flax https://www.spigotmc.org/resources/bungee-chat.12592/
This one?
Yep
@eternal flax Do you use LuckPermsBungee?
Yeah thats what I am thinking
I have the same setup on my other server, and it works
So I'm confused.
no errors at all?
Maybe BungeeChat is disabled? ๐ค
@bleak wolf continue here as its not a Luckperms issue. I actually have my mysql config set for max_connections = 1000 - bascially https://gist.github.com/scottvrosenthal/5383554 but with my own tweaks (not my gist)
@pastel grail ill give it a try! thanks
Helo guys, I've an emergency... How someone can take the UUID of one of my admins with a different name??? http://prntscr.com/gxzpn8
because you failed to setup correct settings in both bungee and on the server ip_forward: true in BungeeCord's config.yml & bungeecord: true in spigot.yml
Zodiak_42 UUID is b5c319bc-79c7-44d9-8210-38f6ec91162f
Then, In my bungee, i don't have to set ip forward to true?
cavendish UUID is dd117349-e3f8-44ad-b97e-55b2c16ebdb8
So... In my Bungee, I need to set ip_forward to false?
re read what I stated ip_forward: true in BungeeCord's config.yml & bungeecord: true in spigot.yml
That's why i'm speaking in off topic
Are you on paper spigot, or just spigot?
paper
There is also a bungeecord option in the paper.yml
I don't have it on my paper.yml
Hmmm, I've seen it there before. Could you send me your paper.yml via PM in gist.github.com?
Done
Hmm, yeah it isn't there
Gimme a second
I'm clueless then, sorry :/ I use sponge primarily. You'll need to wait for someone with more knowledge of spigot
That's for vanilla servers
Do you have lp on both spigot and bungee? This'll help with debugging
in server.properties?
As in luckperms on both spigot and bungee
Bungee is running on 0.0.0.0
That doesn't matter, although I'd suggest against that and use your actual IP
Okey, but server running on server-ip=145.239.0.XX
I think
Bad conf from me, I need to use 127.0.0.1?
Nope, if they're on the same machine, just use localhost
but if I was using server-ip=145.239.0.XX , there is no problem ?
If you can connect to the server through bungee, all that doesn't matter
Line 1791: [00:47:02] [Server thread/INFO]: Cavendish[/192.168.1.10:24955] logged in
How... 192.168.1.10 ???
Local IP, right?
@somber quiver Change the groups in the config.yml of the Tab-plugin to lowercase
all lowercase
Just remember not to go to a plugin's discord and blame the plugin for it not working next time ๐
not use CO
only co
i say you
its work not
its works only white co
and not CO
mabey you have say on spigote page
๐
Because the Tab-Plugin is casesensitive, wich is one of the most stupid things you can EVER make
okay
Already posted that problem there
haha
its good
thx alle lot
๐
than its fault of the pl maker sorry
its works now
thx all lot
๐
Can I ask you, from where you are?
ahhh. Nice place
nice place to
yeah ๐
np
@twin warren and @hybrid loom
sorry
i dont no its pl from tab
haha
i fink its the luck if works white pex why not luck haha
its now fix
๐
I just have a VPS with 24GB RAM, 600GB storage and 6 cores
Nice I'm thinking about buying another one but haven't decided I need help not the best with coding soo yeah
@hybrid loom want to see my setup?
what kind of setup do you mean?
Pc setup
hmmm...
Yeah
๐I like how when people see it that is the first thing they say and what type of monitors
Nice
My brother has a pc ๐ฎ
Whatercooling for cpu and GPU
nice light inside the pc....
Do u know anything about the advanced bad plugin I just have water on my CPU
Over clock or not
Should be overclocked...
My CPU over clocks itself and gpu is turned up a bit
But even if not, that thing only starts working, when I REALLY use it
Lol true
But really do u know anything about it
no.
Dang lol
My brother made the pc for me
Oh I meant the plugin AdvancedBan
Agh I'm sitting in class it's so boring
i know the feeling
What grade are u in
Oh
Hi guys
Hi
\0
I've a problem ( I know you're not spigot support, but maybe someone can explain me how it's possible... )
Same UUID, not the same player... Running in offline mode with bungeecord, ( ip forwarding true & bungeecord true in spigot conf )... Someone know why this player can do this?
Yeah, but Zodiak_42 didn't change his name
And he's premium
That's why it's strange... :/
Hmm
Was Zodiak been on since?
after that?
Yes
Yes, he's connected atm
The second player has 3 differents UUID on my server
Also is the Spigot reachable from the outside?
Yes, it was
Thereโs your problem
I know that's unsecure, but... how can he get this UUID ?
Or he has a server on the same hoster
Impossible
Or he managed to get on your root
If Iโm not mistaken you can fake IP-addresses for the Spigot
Just block external access and you should be good
And you should block the port
Okey thanks ^^ I'm going to check that
No problem
@gilded nova what voting plugin are you using, since some allow you to set commulative rewards
ok
or are you wanting only specifically after "X votes + X playtime" then rank them up
Yup
@gilded nova try this one out https://www.spigotmc.org/resources/autorank.3239/
Thanks so much!
Been looking all over for something like this!
@gilded nova no problem, feel free to private message me for more help in the future
@gilded nova Does this work on 1.12?
@gilded nova it doesn't specifically say, but there's no harm in trying
@gilded nova Will this work for bungee?
It'll work if you upload it to a server on the bungee network, but I wouldn't think it'd work if you uploaded it on the bungee server
@gilded nova it is under the bungee plugins though.. ._.
So yea, no harm in trying it XD
@hybrid loom hey
my essesntials spawn plugin isnt working and its the same version do u have any ideas on why it wouldnt work
Hey @naive pawn double check you have Essentials.jar also EssentialsSpawn.jar (Also, I recommend if you're not, to use EssentialsX by drtshock
im using essentialsX
@gilded nova "some" plugins are multi, meaning the jar can be put onto a bungee server as well as spigot/paper/etc. Autorank might be one of those but I don't know as I don't use it. I don't like it needs a second stats system. I already have two in place don't need a third that i don't need to use
I'll continue here @dense nova as it isn't a Luckperms issue. DPI isn't affected by what port you use, it actually inspects the packets send/received and if they look like something that its in one of its filters it will change the piority of that data flow to be higher/lower then others. Its that change that screws around with data flow. Web traffic isn't affected as much with DPI.
As I use a VPN for work DPI affects any secure traffic. Glad I moved away from my dodgy ISP and onto another. I actually get better speeds
But I moved 2k files (like 3gb) in about a half hour two days ago
and im using time warner
It (the DPI system) could have triggered a review flag and a system admin might have done something - who knows. ISP's aren't too open to what they do with their own networks
Yeah but me and my father both constantly use FTP
I might test it on my webhost later see if I get the same thing
Its hard to check if an ISP does use DPI, as you can set rules and fliters based not just on packets but even to IP blocks as well. What works fine to IP 1.1.1.1 might not be the same to 2.2.2.2
In short - DPI is a **** ๐คฃ
@pastel grail Wow. Thanks. I tried my regular webhost and it worked fine. Tried my MC server again, didn't work.
Turned on a paid VPN I use, and it's suddenly working..
Nope, nevermind
Ahh if it suddenly works with a VPN and then it doesn't then yes it is DPI
I'm not going to hold your hand step by step @naive pawn
- Do you have a MySQL server already? If not google "mysql vps <your distro name>". If you do goto 2
- Create a user and dabase in MySQL. If you don't know how to do that then google for it.
- Profit
Thank you but it's not that simple I'm using ubuntu everything is command base
Actually it is, you need to read, read and read. I use Arch. A literal 2 second search and I came across https://www.digitalocean.com/community/tutorials/how-to-install-the-latest-mysql-on-ubuntu-16-04 @naive pawn
Ok thank you I will do it tomorrow I turned my servers off for the night
like I stated before, google "mysql vps <your distro name>"
lol I only do that when people really get under my skin and constantly ask over and over @gilded nova
Hey guys, Is it a good thing to disable Vanilla OP ?
WorldGuard is blocking op command in game.. then idk if it's a good idea
@jagged kestrel I have vanilla-op disabled by LuckPerms (not by WorldGuard) and set luckperms.autoop for higher staff-members.
LP not only disables the command. It removes all players from the op.json and only gives OP to players with the above mentioned permision.
Okey, thanks @hybrid loom ๐
Anyone here have a suggestion out of this list of TOKEN Plugins, which is the most reliable/best one in your opinion? I appreciate any replies I get. ๐
(PlayerPoints, CommandPoints, Enjin Points, PointsAPI, TokenEnchant, Jobs, MySQL-Tokens, VotingPlugin, Kingdoms, MySQLTokens) - Prefer a "Token" type system and Idk which one to use.
Why you don't want to use one of them?
@drifting fable what features you wanting
PlayerPoints supports ChestCommands, a bit annoying though
Enjin - pff, what idiots use Enjin anymore
TokenEnchant - This is a plugin for custom enchants
I'm currently working on a currency plugin similar to these, so tell me what you're wanting, getting ready for school though..
Just a way to have tokens for the purchase of items, instead of using economy for everything
But would want the currency to be able to visually 'show' a "Token" item
or make an in game item worth "X amount of tokens"
lol @gilded nova you'd be surprised at who actually does use Enjin. Then again no matter what people say or try to explain some are still idiots.
@drifting fable you might wanna check out TokenManager for that
@pastel grail yea like Hypixl uses Enjin, but a MASSIVELY customized version of it ๐น
maybe they're just hosting their site lol
@drifting fable or I can try coding you something using my iCoinsAPI, it supports MySQL / Bungee / Multiple servers
Also I just saw this one on SpigotMC
https://www.spigotmc.org/resources/coins-1-8-x-1-12-x-mysql-sqlite-open-source.48536/
@drifting fable
Actually no they don't @gilded nova it looks like they use Xenforo and a modified UI.X template. Enjin sites have many meta property="somefile" content="https://s3.amazonaws.com/files.enjin.com/blah references.
Strange, then it musta been Mineplex ๐ @pastel grail
I personally love MyBB, very nice, easy to use for users & staff
There's one of my favorite themes, the website has been abandoned but it's still cool ๐
https://indieguts.com/
yeah def mineplex is enjin
If I had money to burn - vB, but I don't lol. So I prefer and use Xenforo
I use XenForo
I use to use XenForo cracked ๐
never got shut down after two years, still nothing..
That's illegal you know?
and as to how easy for user for users and staff - that comes down to template layout mostly for a user. Xenforo is fairly easy for staff - as long as you tell your staff to only makr spam posts/threads that are spam as actual spam and not because its considered spammy/off topic
So they coulda shut me down extremely easily, but noone did anything ๐คท
I also use to redistrubute the cracked versions a ton also ๐
I only used cracked/nulled for testing only before I buy and that would be on my own *nix box within my own network. I miss the days of shareware
Haha, I use to be a massive pirate, still am, but not as much..
Opens HardDrive - Opens "Movies" folder - 300+ GBs
I moved my mates dvd & bluray collection to a streaming setup. Before he was spending a shit load to replace the kids dvd's that they would scratch the shit out of. first bitched at the cost for the setup it paid for itself within about 4 months lol
@pastel grail I knowww, I want to mod my Xbox because all my discs got screwed over ๐
including my Halo 2 Collectors Edition.. :'c
When you fail at making a pets plugin..
Anyone wanna help me figure out how to make a MyBB -> <- Minecraft sync?
like.. Should I be looking into MySQL..? ๐
@gilded nova You'd probably need to generate a link from the server for the forum, and when they click the link from the mc server, it links to a URL that syncs the account the link was generated for to the forum account
@dense nova well yea I know I'd need something such as;
onCommand -> generate UniquePlayerID -> MC/Forums-MySQL -> PHP code to read & check the code
but I was thinking, well, what if I wanted to do something such as "automatic updates" such as server statistics, player stats etc.
Possible a run() timer to update information every so often.. or PlayerJoinEvent/PlayerLeaveEvent, update MySQL, then update mysql, which the website will parse once loaded..? I don't even know what I'm thinking of anymore ๐
Seems like hypixels api
with player stats I can just do the timer/player events -> MySQL -> php page that'll get the player's ID such as
www.example.com/stats/player.php?id=<Player UUID>
then the PHP code will "get information from MySQL WHERE PID="?id="" whatever stuff, I forget how it goes, I don't like MySQL with Java or PHP ๐
I'm pretty much wanting to code a forums bridge + more, just for my server, trying to code a minigames network overtime, see how far I can get ๐
u should make api keys
Why API keys?
because people will repeatedly pull data to lag your server
with keys per minecraft account its easy to throttle each key to like 120 requests per min or what have you
Hrmm.. well it wouldn't be a public thing where any site could get it, only my server / site would be able to request information from the database, I can disable iFraming, and possibly some type of cooldown method
then ppl cant use the api for their own
having an open api opens ample opportunit for other devs totry and get involved
im a pretty novice programmer and i built a discord hypixel bot that displays stats from most games or whatever
it gets a ton of traffic
So how would the API work then, would it only grab information from the MySQL database if the API is correct, or o.0
like
Since the MySQL & PHP code would be private, I don't know how that'd be an issue of someone else getting the information? o.0
Ah, so only the player can view it
when a player requests data they do like
and can't be viewed by anyone on the internet
well let me explain
one min i wanna grab a code snippet to show u
request.get("https://api.hypixel.net/player?key=" + config.hypixelkey + "&uuid=" + pop.id, function(e, res, data) {
So
api hypixel is a subdomain for api calls
then
you ahve ur key in the url
and the players uuid
then it returns a json object of that players stats
Haha ok, I'll add that to my notes in my main ๐
but youll want api calls to return json objects
so youll need to use mysql data and create json for player
I've only read JSON data before, I've never created it so I'll need to learn how to do that ๐
its pretty easy once u get the hang of it
but its a mess in the beginning
just keep a beautifier handy and you'll be fine
beautifier? ๐
yeah
idk how to format code at all
so i code big chunks of madness
and i throw them in a beautifier
and it indents and cleans it up a bit
not really as much as i could if i just did it right
but its handy
Ah, I've been working on coding more clean'ly, and I use F12 to auto re-indent
@gilded nova pls use preparedstatements when your letting anyone have an input into the sql statement
./give Superola Bone {display:{Name:"NAMN",Lore:["lore here", "lore here"]}}
Someone who knowes why the bone dont get a name ?
hmm
I fink
nope not working =/
I dont no
๐ฆ
Have you see internet ?
yeah =/ all info i find is like this.
sinec ?
I get the same problem there ^^
/give @p wooden_sword 1 0 {
display: {
Name: "testname",
Lore: [
"testlore",
"testlore"
]
},
Unbreakable: 1
}
but i need it to work in a give command haha
i did, name still dont show xD
And whit command block ?
nope
I look so For you
/give @p bone 1 0 {display:{Name:"test",Lore:["test"]}}
and change @p to youre name
display name does not work xD
@soft sparrow /give <name> <item> >amount> <data> name:&4Your_name_with_spaces lore:&7Here_some_lore|&7New_line
ow
than its
MInecraft:bone
/give name minecraft:bone 1 0 {display:{Name:"test",Lore:["test"]}}
I have another plugin with same function as essentials, so if it works in essetnials it works in this plugin ^^
okay
You obviously use some sort of essentials-fork
so the command I've postet should work...
Content Management Interface by Zrips
Can you try the command?
yeah, didnt see it ๐ give me a sec
Use _ for spaces and | for new lines in lore
t/give Superola bone 1 0 name:&4Your_name_with_spaces lore:&7Here_some_lore|&7New_line
tlike this should work?
I hope
it gives me a regular bone :S
Then, the plugin is basicly not good
xD
and whit this ?
give Superola minecraft:bone 1 0 name:&4Your_name_with_spaces lore:&7Here_some_lore|&7New_line
tlike this should work?
ehm it works with essentials, i will post a report to the other guy ๐
What does it give for a output, when you just type /give?
https://www.spigotmc.org/resources/content-management-interface-mysql-sqlite-support.3742/
This is the plugin im using.
I bet he will fix that name thing.
Thanks for your help xD
@soft sparrow
/cmi itemname [playerName] [remove/your new item name] - manages item name
/cmi itemlore [playerName] [linenumber] [remove/insert/ new lore line] - manages item lore.
yep
@soft sparrow I liked that plugin, too many features though ๐
@coolboy93#9809 also EssentialsX, never essentials original ๐
I have essentialsx
@rancid light as your not very descriptive as to what you want https://www.spigotmc.org/resources/citizens-cmd.30224/
thats actually i think what i was looing for sorry for lack of discriptions ive been up for quite a while setting up alot by myslef
30ish plugins to make a diffrent kinda rpg adventure in minecraft
Yeah its too easy to make something that is hack n slash/PvP with minecraft. Anything else and non modded isn't easy.
@twin warren
If anyone has experience with PlotSquared, how can I make a plot from a World Edit selection?
i dont think you can make a plot with a world edit selection. plot squared just generates a plot world full of plots.
@queen bay
the closest thing that I can think of that might come close @queen bay is https://github.com/IntellectualSites/PlotSquared/wiki/Installation#adding-road-schematics
iirc, does PlotSquared support schematic-files from WorldEdit
This pages maybe help @queen bay
https://github.com/IntellectualSites/PlotSquared/wiki/templates
https://github.com/IntellectualSites/PlotSquared/wiki/Usage:-Schematic-export
https://github.com/IntellectualSites/PlotSquared/wiki/Usage:-Schematic-on-claim
Thanks, will look into them โค
What about NEI?
Are there any server devs looking for work?
@steel pilot does the time functions work for you?
If i have cheats enabled,yeah
mine doesn't
server expecting values for ticks between 0-23999
NEI issues 96000 and above
not sure what went wrong
odd
If anyone here can develop a craftingstore.net, and xenforo theme for money, PM me.
@eternal flax I recommend a theme from Themehouse for XenForo
... I hate my life
@grave summit dont worry boi I know where you were coming from
Anyone know how to make it so you can battle pixelmon by adjusting griefprevention claim flags?
@everyone I'm look for builders that would like to help me get my server builds don't and out fast if u are interested build something medieval and screen shot it and send it to me or send me a picture of a build u have already done
this channel is not a place to advertise / look for services.
and don't try to @.everyone.. lol
I copy and pasted death and ok luck
How can I get the group of a player with the api?
Have you tried googling it
No offense. But 99% people start asking before researching
@DekoLP#0157 get the user through the API and then you can get their primary group
Hey there
I need help at programming
I use a for-loop and I want to check if a string is empty and if the string is empty, it should do nothing
At this moment, it will show me a empty line in Minecraft
String.isempty(); have you try that @unborn garden
Can you send me the string @unborn garden
If (!(plugin.getConfig().getString("123").isempty())){ @bleak notch
Shoud be so (I am not at home)
@unborn garden if (plugin.getConfig.gettring("123").equels("")) try that don't know if I spelled it correctly
@eternal flax Unless you intend to setup and run Alpine (very low footprint - mostly used for docker but can have other uses) the typical distro (*buntu, Fedora, etc) will take itself ~300MB ram out of your 1024MB (1GB) VPS. then you need to tweak the mysql config for a ~512MB instance
It was my fault, .isEmpty works @bleak notch
@unborn garden nice
@pastel grail again, i think your wrong
Thalia's use of lp is dependent on mysql
And if everybody just googled their problems with lp, then this discord server should only be used for reporting bugs!
@Nighko#8808 #support-1 is ONLY for LuckPerms-support
not for other plugins or things like MySQL
But luckperms in certain situations is dependent on mysql.
I say MySQL is a softdepend
Not LuckPerms-Stuff is here in #general
end of discussion
But some peoples use of lp is hard depend
I ended up pressing the send button about 1sec after you sent that, sorry.
@leaden ocean are you sure you're connecting through the proxy
and not directly to the server
proxy it says no fallback server. That one was directly to the server, yes
that's why then
I've got some spam in console though which is always good
I've just tried that and it says no fallback server despite bungeecord being set to true and ip-forwarding is true. I'm just gonna go check something quickly
no fallback server means bungeecord couldn't find a server to connect you to
in other words, you haven't configured it
It should be configured, but I may have missed something
yes! Managed to get it to work for vanilla clients. Time to test forge
Yes!!!! Cheers, luck. Accidentally had it listening to the wrong port xD
Is there a way to protect against people getting past the IP Forwarding screen by connecting through their own bungee server?
With ip forwading enabled I'm not sure how to protect against people just making their own bungee server disabling online mod and logging straight into one of the servers and having permissions to do everything.
Just did a test: I created another bungee server, turned off online mode, enabled ip forwarding, added an ip of one of the servers on my main bungee to the config and connected. I was able to join and was op, however, my LuckPerms was wiped and a new player message was displayed.
I was still op though, so does anyone have a solution to preventing people from doing this?
Can't find a solution on google.
Would changing "ip-address:" in server.properties work?
@potent cairn From your minecraft server run the following;
mysql -u dbuser -p -h dbaddress where dbuser is the username of the database and dbaddress is your mysql address
Oh thank you
@pastel grail Wanted me to enter a password
Can anyone help me with this error
[04:55:36 INFO]: LagClear issued server command: /tokenshop
[04:55:36 WARN]: [JurassicSystem] Task #1101 for JurassicSystem v1.0 generated an exception
java.lang.NullPointerException
at la.bmc.garfield.jurassicsystem.bukkit.GUIManager.guiManager(GUIManager.java:46) ~[?:?]
at la.bmc.garfield.jurassicsystem.bukkit.JurassicSystem$1$1.run(JurassicSystem.java:51) ~[?:?]
at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-625bc00-41a7d14]
at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot.jar:git-Spigot-625bc00-41a7d14]
at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot.jar:git-Spigot-625bc00-41a7d14]
at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-625bc00-41a7d14]
at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot.jar:git-Spigot-625bc00-41a7d14]
at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot.jar:git-Spigot-625bc00-41a7d14]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
I use CatClearLag and have had no issues with it
CatClearLag is for sponge. LagClear is spigot :P
Ah ๐ for Spigot/bukkit I use ClearLagg
I'm having a slight problem. So I'm using discordSRV to paste chat from mc to discord, however, the bot pastes the persons primary group. [%primarygroup%] %username% ยป %message% . Is there a way I could possibly get it to show the current prefix the person has instead
or order it by the highest weight?
@Thalia#2407 You should ask that in the DiscordSRV-discord....
But you can send me the link of /discord debug
anyone else have the problem, that you can't tag almost every second person?
Without looking the name of the plugin CatClearLag itself I got a feeling its by TimeTheCat (log history there, cat mad)
lol yeap, TimeTheCat for sure haha
I'm going to ban you if you keep tagging me in messages.
there are hundreds of other people in this server who can also answer your question
you do not need to tag me every time you write a message.
if you cannot cooperate with the rules outlined in the welcome channel, then you are not welcome here. I've asked you politely at least 10 times to stop doing it.
But noone helps...
there is no discussion to be had - it's one of the few things I ask for - if you can't respect that, then you will be removed from this server.
Group for a server only?
`yep
/lp creategroup (name)
^
not really @thorn wadi @late ingot
If his LP is connected to MySQL (Which it is), it will make a global group on all servers...
Yea I knew that.. hides
you can't create per-server groups
you can however assign groups to players on specific servers
or assign permissions to groups on specific servers
which covers all usecases anyway
@leaden ocean i dont understand
I take it you're that plugin's dev? If so, I can't help you much. I'm not a developer ๐ Hopefully luck or brainstone can help when they see
what's the question
the only person who can help you with that is the author of said plugin.
The thing is it works for one of my servers and this one server wont work
doesn't change my previous statement
k
i found a bug xD
LOOOL
In the console will editor not work it gives you a incorrect link.
how so
it works fine for me
the console is handled the same as players in terms of LP commands
I SWEAR, if people just googled/binged/yahooed/safe searched/ecosia-ed (And many other search engines) their problems and desires, that this discord server would only be needed for reported bugs!
But that would require work and thinking. You canโt expect that from people
100% agreed
specially the thinking-part is for some people almost impossible
For some it is impossible due to lacking a certain something
Is it bad that this is my reaction to OVH's new pricing?
Go with their game servers then. That's what I use
Have 1 enterprise machine to be used for databases and that jazz. Then the game machines for the Minecraft servers.
Yep, great machine. We didn't get the OC version. Might do when we buy a new when needed
Forge servers are a lot more resource intensive than spigot, so we need large dedicated servers
I had a VPS on OVH, but only 8GB
I didn't pick the machine myself, but we'll be upgrading soon regardless. So I'll see if I can snag a mc-64 OC
two modded and 2 bungee
Waterfall?
Which one are you currently using?
im having the issue now that one of my modded servers is 1.10.2 and the other 1.12.2
(โฏยฐโกยฐ๏ผโฏ๏ธต โปโโป
โฌโโฌ๏ปฟ ใ( ใ-ใใ)
Didn't you say, that this is the only table you have @swift matrix ?
We have a 1.10.2 server and a 1.12.2 hub connected via waterfall. Also makes it's your sponge 1.12 is up to date, they've just fixed some stuff
k im having sponge issues on 1.12.2 with armour not taking damage
filled an issue already
Ah, gotcha
not sure if its a 1.12.2 bug or sponge related
Did you test it without sponge on the server?
@hybrid loom bought a second table
Oh...
tbh no
but i could in a min
I recommend you do and add that to your issue :P
(โฏยฐโกยฐ๏ผโฏ๏ธต โปโโป
there you go
xD
that table was already missing one leg due to me flipping it
good for me i keep back ups of my servers
now testing without spongebob
@leaden ocean http://prntscr.com/h4w86u
spongebug
xD
this is my local server with no sponge
sorry xD
for tagging
โฌโโฌ๏ปฟ ใ( ใ-ใใ)
was quite easy
took one of my back ups removed sponge and done
Where is the permissions file?
By default, LuckPerms safes data in h2-files....
You can change the storage-type in the config.
I recommend, exporting the permissions and groups first with the export-command, before changing the storage
Oh I export it to a permissions.yml file? Whats the command?
Oh
Do I edit the file and then import it?
/lp export [Name].yml
The name can be anything....
Just change the storage-type after the export and restart the server, to get the new files...
Then make /lp import [Name].yml to import the data.
You can edit it before of course....
LP just safes the "Data" in form of commands, that he executes at import
Yeah. That's why we recommend using the editor for editing permissions ๐
editor?
/lp user/group <user/group> editor creates a link, that opens a Webeditor...
Damn... I did not know that. Thanks Andre. Great help
np
It's in alphabetical.... nooo
Silly question @undone nova but why is that a problem? Usually makes finding perms easier
Keep in mind that the order of permissions in the file is irrelevant
Because what I do is kinda confusing, but I add chunks of permissions onto the bottom of my perms file bla bla bla it was harder to find them all
uh oh
I've got a problem
how have i done this
how have i managed to get 1210 errors
luckperms works for meh
@drowsy quest im this far waterfall=proxyserver hub server is a basic 1.10.2 spongeforge server
(โฏยฐโกยฐ๏ผโฏ๏ธต โปโโป
but they run from the same box so the internall ip's are 0.0.0.0:port right
?
first actual try to make bungeecord to work xD
@swift matrix 127.0.0.1 for internal IPs
I need help with luckperms i am receiving this (permissions data could not be loaded. Please contact an administrator) error when i login to my server.
help
can you please pastebin your full server log file
Would anybody happen to know whether configurate supports h2/sql databases?
It does not out of the box.
the configurate API doesn't lend itself to relational databases at all
I myself am not using it, it is for a rankup plugin on sponge. I think they're just going to re-write it and include a config utils class, then use Dual's modular system to have a database module.
well, you just have to implement your storage backend classes twice
once for configurate - and again for SQL
Does anyone here have a BungeeCord server, if so what punishment/ban plugin would you recommend?
@kindred pollen I use advanced ban
Currently I'm using that, but I want something to allow rank structured bans, such as Owner able to ban Admin, admin able to ban moderator.
@kindred pollen if you are good with java you can use the api to make this
Somuone, wants to do the same as what i want to do but i don't know how to do that. Is there someone here who can tell me? i use advanced ban.
@steady creek what do you want to do then??
i am going to have 3-4 ranks and i don't want the lower rank be able to band a higher rank
@steady creek if you know java then it would be easy to do
depends what section of java
The spigot api @steady creek so you can make this your self
depending what sort of coding i am dealing with
Your not the only one that gets pissed off from people that randomly call @hybrid loom
@pastel grail Yeah. But still be nice ๐
Cames from kiddie behavour that only think of themselves with no regards to what others are doing.
Happend to me too. That's how you get blocked mate
@naive elk pm me please.
Anyone here know how to set up Bungee wide votes
@gilded nova If you're using NuVotifier (what I recommend):
https://www.beastnode.com/forums/threads/using-nuvotifier-to-spread-votes-over-a-bungeecord-network.313/
DOes antone know how to set this up on a bungeecord server https://www.spigotmc.org/resources/ultimatevotes-1-12-spigot-bungeecord-uuid.516/
What is better, HexaCord or Waterfall?
Depends
For old servers (1.7.10 and below) it's Hexacord. For everything above it's Waterfall
At least that's my experience
oh, Thank you! ๐
Pretty sure 1.7.10 support is still buggered on hexacord. It broke after they merged for 1.12 support
@everyone OVH Datacenters SBG1 amd SBG4 and RBX are currently down and no ellectricity is feeding to the routing room
I have been thinking of making vote ranks to server, but I'm just thinking if someone has bought a donor rank how can i make it like his rank won't change even tho he gets the amount of votes that runs the rankup command? I heard this should be possible with luckperms (sorry if you didnt get what I'm trying to say)
What Voteplugin do you use?
Probs gonna go with galistener
ah. k
hmmm....
You could use the parents add command from LuckPerms to add a rank, instead of seting one...
my knowledge about luckperms is I've watched a few tutorials so idk actually know alot lol
You can add a rank with /lp user <user> parent add <rank> and /lp user <user> parent set <rank> would set one (remove all other parents and set the new one
So the thing was Voterank would be a bit better than the default rank so if you're a default and vote (example) 30 times the member would get promoted to Voterank but if the guy who did 30 votes was a donor rank he wouldnt promote to the voterank because donor rank would be better than the vote rank so does that you told me fix it
maybe.
Anybody know of a great bungeecord ban plugin? It can't be bungee + spigot due to us using sponge
hmmm.
I'm using NetworkManager for that, but if you only want a Ban-plugin, then Idk
@leaden ocean BAT has served me well for many years on our network across spigot and sponge servers
@fierce vector Do mutes work on the sponge servers using that? I was thinking of litebans on the proxy, but I'm unsure how a bungeecord plugin works with muting.
We are using a global chat based on redis so it does for us, but not sure if the chat is being handled at server level rather than proxy
Ah, gotcha. I'll have an investigation, thanks for the input :D
how do u add websites to ultimatevotes
@gilded nova
Could you send me the folder which the plugin generates in a zip file. It seems that I cant find a tutorial of any sort (Which you would have most likely done)
Actually
I have to say that I am thinking along the lines of @drowsy quest (Smart guy btw)
Read the page!
That ping wasnโt necessary, was it?
You can turn off mentions....... (Just letting ya know) OR You could block me, but your a nice guy and wont do that
right?
Its not standalone
@gilded nova
It seems to be more administrative
Making sure that a player doesnt get things they shouldnt etc! Setup Bungeevote with the sites. And have YAMLer (What ever that is)
I mean I donโt want to turn them off altogether. Just wanted to point out to be a bit more considerate when using pings
Brainstone, I feel that if everyone read every word of every page, there would be no need for this discord channel. Agreed?
Noooooooooooooo! Why you leave me!
Getting ready for uni ๐
I wouldnโt agree
We still have a fair amount of stuff that isnโt written somewhere
Great off-Topic question:
I do not have any plugins that will 'hinder' this aspect. I have WorldGuard/Edit set up correctly to allow mobspawning to true, and the sort. I'd like to not have to download a plugin to allow this to happen as well.
I want to give my players the ability to buy/purchase/get mobegg drops from monsters(Which I have done with MythicMobs). Its just the vanilla creative mode egg. However, upon getting the egg, a player is unable to actually use it to spawn a mob. What am I doing wrong?
Upon further investigation and NO plugins installed whatsoever, the same happens. I give someone a spawn egg, or I can go into creative, then get an egg, go back to survival and be unable to use the egg too. Even using the /give command, still makes this process unable to be done.
If this isn't possible, I guess I can get a plugin. BUT, if I get a plugin, I would love it more if I could make a CUSTOM mob egg, that not only spawns X mobs/modified mobs, but also doesn't attack the person that spawned it. (Configurable).
Anyone have any ideas on this? I've made several threads in the past on Spigot and still have this issue, so I am still trying to resolve it. I gave up on it for a few months, now I am back at it again because I can't avoid it now.
Thanks in advance for anyone who is able to help with this information.
I'd guess permissions. Either luck perms, world guard or something similar.
@drifting fable
Sorry, I can't help any further. Probably didn't even help.
Hi, Does anyone know how to set up
UltimateVotes with bungeecord
Lol
Is it possible to set a suffix using LuckPerms api? If so can you tell me please how, as I cannot figure it out.
lol You're here online too @last locust ?
I see....
I'm making my own plugin, and I want to check if a player has permission to do something but disallow ops from doing that unless they have the permission, how would I do that?
if (p.haspermission("") && !p.isop()){ }
that wouldn't run if they were op at all, I want it to allow them to do it when they have the permission.
OP means they have all permissions. So unless you disable op and โfakeโ it wonโt work
Though with LP you can deny OPs permissions
@Somuone#5265
@drowsy quest He wants to make a plugin, that checks for permissions and ignores OP, which is possible....
Kinda
PEX makes that....
You can't use pex-commands as OP. You need the * permission to use the commands...
LuckPerms does that aswell.
yeah....
By default, it handles oped players like normal players with the permission
You can change it in the config.
ik
I guess you have to check their source then
@kindred pollen you can do it with bukkit
register the permission in your plugin.yml
and set the default to "false"
Gonna try that now.
I haven't used the permissions node much in the plugin.yml can I just put a wildcard and not have to specify the permission children?
Doesn't work so I'm guessing I have to specify the permission children
is that correct?
Anyone here run/have run a bungeecord server? If so what global msg plugin would you suggest, BungeeMSG has just given up and doesn't work now.
Shameless selfpromotion: BungeeChat
ahhhh....