#general
1 messages Β· Page 70 of 1
I wanna say it was minimum Β£5 here
But they're overpriced so once that's out I'm moving back
I'm very empheral with servers π
I had the 50, and it expired part way throught he billing cycle or something
its funny
My credit has 2 years to be used
ended up going to like a buck into the void, eventually ended up topping up the account
@dark hazel o nice
@gilded nova https://minecraft.gamepedia.com/Barrier
barrier
β€
Hmmm
So I can see where i put them
/effect <yourname> clear
thanks
Also, is it possible to make a fence non usable with WG?
or WE
the fence in a certain region
Wouldnt that deny the use of everything
like doors, chests etc
oh nvm, gate fence and fence r diff
just realized lol
What is the easiest way to set up barriers
this is gonna take forever
what are you trying to do?
you can always use set pos 1 set pos 2 ith the //wand
and then replace air barrier
or whatever block that you want to replace.. so you can create walls or so
you can get better information on we wiki cuz they have pics so you can relate
dunno, i nver used mcedit
You could use worldedit with //walls
what do //walls do
O.o
π€
Well you can use barriers
π what i did for mine
i built manually a wall over my spawn
not a cube at all
with glass
and then i replaced the glass with barrier
it will take a time
cuz of the shape.. so irregular
and i built it 11 blocks tall
I am just putting a fence
one level fence
and barrier above all these fences
a high barrier
well, its up to you
I need help
go on....
I have a whitelist server and the whitelist isnt working... when I whitelist a player. It wonβt work and still says your whitelisted..
are you using whitelist add <playername> ?
like whitelist add WildNaturee ?
I know the commands
Just like when I add them it says there added and I added there correct ign just when they join it says there not whitelisted.
Is the whitelist on?
Yes
do a whitelist list just to be sure they are in the list properly
Yes
if it is only one use make sure to check for any special characters
like a capital i or lowercase L being swapped
I did I spelt them all right
@teal sun 0 iq ?
"when they join it says there not whitelisted." , "Is the whitelist on ?"
@sage mist it's my bday soon too
mine too lol
Void check pm
what soon means for you.. 1 year, 1 month, 1 week
im 10.8
lol
Can anyone help please
is it every player or only one specific?
because with whitelist turned on and them added, either their name is spelled wrong or you have something else overriding the whitelist
Everyplayer
what plugins are you using?
i'm not familiar with all of those, but i don't see anything offhand that can act as a whitelist
π
and its working π vps with mysql and pterodactyl panel and dedicated one with servers :D
im da boss
i know
migration .. none deserves it π’
@dark hazel Gee gee
haha
ayo
whos good at coding plugins
ever since the 1.13 update, my plugins playerdata.yml isn't generating, even though there is no errors, and im using the 1.13 jar in eclipse
anyone know a version of husky crates that will work with pixelmon 6.3.4
Petition: rename LuckPerms to LuckyPerms
Somewhere in the world an @hybrid loom is fuming at the ears
LuckPerms even sounds better than LuckyPerms
LuckoPerms
UnluckyPerms
VeryUnluckyPerms
unluckperms
chanceperms
ForceCausinGoodThingsToYouByChancePerms
Does anyone know a good backup plugin for Spigot/Bukkit/Bungee ?
Working with the new Spigot version of curse
Also Should be able to backup Map + Plugins and should have a permission to view the backup message ( Optional )
Hey can anyone help me test a plugin please
Hey ItzEmerald! Please don't tag staff members.
ok
@normal tiger What's the issue?
Sure, can you put it in a hastebin and send it please?
according to pterodactyl
let me get
its in all my servers
i've done ssl = true
thingy
like it said
Andre_601, yup that's me π
I wish clippy would have some sort of wiki-command or at least canned responses
Yeah, I've thought about offering to make that before
oh i was told to go to the mysql directory on the vps
@normal tiger Yeah, it is. Let me know if the steps don't work
Other than my bot π
I can imagine it's pretty simple π
I remember, that Luck once showed his code...
You guys could probably host a nadeko on it's token, although that might be overkill just for quotes 
erm
issue
data:
pool-settings:
# This setting allows you to define extra properties for connections.
properties:
useUnicode: true
characterEncoding: utf8
useSSL: false
verifyServerCertificate: false
cant find that
in the config.yml
I assume it's something like if (staffmembers.any { s -> message.mentions.has(s) }) message.author.SHOUT_AT_THEM()
Looks like Luck removed it @normal tiger
Try adding it in
@twin warren Hey. Sorry to bother you, but what should someone now do, when they have SSL-issue with MySQL?
The wiki isn't up to date
Actually no, I have the section of the config
Lowercase π
?
It should be lowercase, but that's not what's causing the errors
# - Do not change these settings unless you know what you're doing!
pool-settings:
# Sets the maximum size of the MySQL connection pool.
# - Basically this value will determine the maximum number of actual
# connections to the database backend.
# - More information about determining the size of connection pools can be found here:
# https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
maximum-pool-size: 10
# Sets the minimum number of idle connections that the pool will try to maintain.
# - For maximum performance and responsiveness to spike demands, it is recommended to not set
# this value and instead allow the pool to act as a fixed size connection pool.
# (set this value to the same as 'maximum-pool-size')
minimum-idle: 10
# This setting controls the maximum lifetime of a connection in the pool in milliseconds.
# - The value should be at least 30 seconds less than any database or infrastructure imposed
# connection time limit.
maximum-lifetime: 1800000 # 30 minutes
# This setting controls the maximum number of milliseconds that the plugin will wait for a
# connection from the pool, before timing out.
connection-timeout: 5000 # 5 seconds
# This setting allows you to define extra properties for connections.
properties:
useUnicode: true
characterEncoding: utf8
# The prefix for all LuckPerms SQL tables.
# - Change this is you want to use different tables for different servers.
table_prefix: 'luckperms_'
# The prefix to use for all LuckPerms collections. Change this if you want to use different
# collections for different servers. The default is no prefix.
mongodb_collection_prefix: ''
# MongoDB ClientConnectionURI for use with replica sets and custom connection options
# - See https://docs.mongodb.com/manual/reference/connection-string/
mongodb_connection_URI: ''
Freshly generated config
Clippy uses Discord4J which is extremely different from JDA, which I use
Add in the options under ```
This setting allows you to define extra properties for connections.
properties:
useUnicode: true
characterEncoding: utf8
where do i paste that
Andre_601, I prefer discord.js / discord.py for anything more than a bot like clippy, but for a bot like clippy it doesn't matter so much
@normal tiger In my config, around line 134
ill show u my line 134
Just add the values so your properties looks like the one in the wiki
π¦
I use JDA for my bot and I think, that it's quite good....
aye
same for u
Make that look like the wiki
properties:
useUnicode: true
characterEncoding: utf8
useSSL: false
verifyServerCertificate: false
same line 134 for u
yes it is
π€
xD
spigot 1.13 is a mess
hardly any plugins
and it works @teal sun
π
Yayy π
now do the same for the rest of your servers
I should do that for mine actually π€ I just ignore the spam of warns
afaik does the dev of PaperSpigot have a hard time fixing issues, that Mojang made...
Like Chunk-generating
Aikar is a solid dude
But yeah he's fixed chunk generating by moving it to a different thread
Mojang moved it to another thread, but they didn't exactly do it too well, pending on 1.13.1 for him to add back async chunk loading too
I never had to use mode "fast" in the graphic settings.... until 1.13
lol
And never had my chunks under 16
Yeah I just logged on with 1.13 and it sucks my computer's performance
I've not tested 1.13 all too much, most of the time I get on 1.13 is generally with IDEA in the main view...
But, from what I've seen, it feels smoother, but it spikes a loooot more
Spigot dropping async chunk loading also sucks ass too
IDEA isn't the issue for me π
1.13 is just hell at spikes, before they did some performance tweaks looking in the ocean would just kill me
IDEA + anything = Perfection
can someone elp me with a dif plugin?
hi, i am having an issue adding /home /spawn /tpa permissions to a default group on my sky factory 3 server. I have added the perms for each of these yet it says i still dont have permission, it seems there is a mod that is a part of the sky factory server that has the same commands and is interfearing with the permissions. Also when I try to teleport to /spawn as an op with full perms is returns the following: "Error occured while executing command:org.spongepowered.api.entity.living.player.setLocation(Lorg/spongepowered/api/world/location;)V Thanks in advance!
Hey. Can you enable verbose with /lp verbose on @empty finch, it will show you every time a permission check is performed π
You might see it's for example ftbutils.spawn or something, it'll show as undefined
Alright now, when you do the command it'll show you all permissions checked
yeah my chat is blowing with the permissions lol
lmao yeah
If it's blowing so fast you can't read it, you can use /lp verbose record and /lp verbose paste
ok
ok my game crashe so gimme a sec :/
lool
huh
ok i got everything to work al the sudden for unknown reason exept tpaccept
Has someone a MySQL compatible Economy plugin? I need one for a bungee network. Prefference: Should have a PlaceholderAPI integration
LuckPerms is just not working for me, anyone know how to setup a MySQL Database to link PEX across my network?
@winged quartz Why won't luckperms work for You?
I don't know I made a conversation with the author on spigot and multiple people tried helping here, I keep getting an error in the backend servers
I'm trying to set it up for bungee
and migrate my old PEX permissions over
What was the error?
this is from one of the backend servers, it happens on all of them, they're all running 1.8 Spigot
and this is the latest LuckPerms version
Is that the full error you linked?
yes that's it
All good.
thanks (:
No problem :)
Need some help here, if anyone can help. Our server is acting quite strangely. On one, when placing water, and placing a block, it doesn't go away, requiring us to drain it. I've tried all the conflicting plugins that might be a possibility, yet nothing. Any ideas?
Water-flow is allowed though, so i'm not sure why its not going away
@gilded sphinx 1.13?
@dusk shadow https://gyazo.com/b29c5dcd05ae53161bc454963c3876e1
What is this site?
@teal sun 1.12.2
Ah cool. I was just wondering because you could probably do something server side @dusk shadow
Also I like the design ^.^
@gilded sphinx Hmm, Iβm not sure
Thanks
Anyone knows how i could save a region as a schmatic?
I know you can do //schematic save filetype filename
but how to specify a region?
World edit with the selection tool. Default is a wooden Axe
Left Click to define point one
Right Click to define point two
@gilded nova
Oh okay, thanks
hey guys
anyone that is really good with hardware ?
i've got an issue
and im almost positive what its causing
but i need to be 100% sure
my computer is random freezing
and im pretty sure its bcs my psu is losing power
thats my event viewer
and i need to be sure
before buying new power supply
can someone help me
@heavy glade could also be small blackouts
That can happen as example when you connect a computer psu to the same socket as some other devices using a splitter
or just randomly
oh I misread that
try updating your drivers, this seems to be a common issue with outdated drivers. You can use this as example:
https://store.steampowered.com/app/735360/Driver_Booster_5_for_Steam/
Hello fellows, we are now introducing you our latest version of Driver Booster. On board now!Driver Booster 5 for Steam, with its new interactive interface and greatly expanded database which can support more than 1,000,000 drivers and game components, is an easy-to-use yet p...
345
well
i dont think theres much drivers
sound drivers network drivers graphic drivers
all of them up to date
im pretty sure its psu fault
because its completly random
like yesterday it did not crash
today it crashed twice
My friend also had the exact same problem after we updated his drivers it was gone.
This can happen due to malfunctioning or not installed chipset drivers
Minecraft: 3600 Ticks is a single hour. Correct?
Meaning 2592000 would be the equivalent of 30 days?
20 ticks = 1 sec
@sterile scaffold for a 30 days you should look like 20Γ60Γ60Γ24Γ30 for 20 game ticks
Good thing I delayed my dollar store trip today. I'll just say the place has a drive thru now.
Anyone knows of a LeaderHeads similar plugin for free?
anyone know how to use treeassist?
it's a really straightforward plugin, what problem are you having with it?
for future reference, include the issue you're having with your message so people can give you an answer quicker instead of waiting for you to respond with more info.
@rustic cobalt
hi again
im installing linux ubuntu x64
and i install xampp
i run my sql server with no pr and apache as well
but
wehere is the admin button or somethink to i can edit my mysql
?
i want for e.x my database name
or password
if any one else can help me, help me
Donβt install xampp
Just install MySQL and Apache directly
Also phpmyadmin is a good idea
yea i get it i search in net
and do some thinks....... and it shows me phpmyadmin π
but where i can find my mysql username and passowrd?
can someone help me? i need a basic shop gui that i can add crop hoppers into were it will give players hoppers and i need to be able to put spawners in it, also where i can customize the lore a little bit of the items saying like Right click to buy-Left click to sell
mention me if you say something towards me please
I am currently Using CustomTabBungee https://www.spigotmc.org/resources/customtabbungee.53988/
on our network. Does someone know a alternative that allows me to hide all other players so that just you show up and noone else?
does anyone happen to know if there's anything like a plugin that might slow down a bobber rising in water
TurboTailz
@gilded nova I use Shopkeepers for shops.
https://dev.bukkit.org/projects/shopkeepers
does it work for crophoppers?
and thanks
cause to give someone a crop hopper i jave to do /crophopper (name)
i have no idea what a crophopper is
im saying can it use commands to give someone something
cause to give someone a crop hopper u have to do /crophopper (player)
crophoppers is a plugin that gives u a hopper that will collect all cactus that naturally falls in 1 chunk
@gilded nova I use this https://www.spigotmc.org/resources/shop.8185/
nostyll does this plugin work with commands?
like i can make one do /crophopper (player)
shopkeepers doesn't work with commands, no
@bleak notch can you help me with the plugin
He dm me
anyone know anything about shopguiplus?
@burnt tendon Do you still need help setting up phpMyAdmin?
@grave summit can you help me with a plugin?
I'd hazard a guess that he wants help with shopguiplus
@drowsy quest do i need sign in phpmyadmin?
Hey EvilScripter! Please don't tag staff members.
Yes @burnt tendon
Or do you think exposing your database through a web interface is a good idea?
Anyways thereβs like a billion resources on the web that explain how to set the admin/root password
And while installing it shouldβve asked you for a root password anyways
@drowsy quest so i create evrythink and all ok and i config the luckperms with database and user and password
Hey EvilScripter! Please don't tag staff members.
OMGGGGGGGGGGGGGGGGGGG
omgomg
oh my god
its fix
i have sql database now
I CANT BLIVE
anyone knows why this is happening?
the placeholder is not showing using TM
'&8 Β» &2Balance&8: &f$%vault_eco_balance_formatted%'
thats the line
same with location
'&8 Β» &2Location&7: &f%player_x%&7/&f%player_y%&7/&f%player_z%'
Do you actually have the player- and vault-extension installed? (I assume you use PlaceholderAPI)
Im using papi yes
hn
no i dont have them installed, rip
i thought theyre built in
I used %{balance} tho, lol
why this dont work https://gyazo.com/de7272676cf51a8a11a19ffdfbe813b3
this is how it is in the config.yml server: hub
This is the config.yml https://pastebin.com/WssyfzWm
is there a way turn off error this build is outdated spigot
i hate waiting 15sec, I know its outdated, stop annoying me
update your spigot build Β―_(γ)_/Β―
Should I use,
java -jar BuildTools.jar --rev 1.12.2
or
java -jar BuildTools.jar --rev latest 1.12.2
for latest build
It would just be java -jar BuildTools.jar --rev latest
@gilded nova --rev <version> only builds the latest version for that MC version
So --rev 1.12.2 will build the latest version of 1.12.2
Ah okay, thanks
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
latest would still give you 1.12.2
ah
ye its still on 1.12.2
true
All I need is the new 1.12.2 Jar right?
Nothing else to overwrite from the new files made by buildtools
This latest build is bugged
First it kept crashing my server
Now after the world is fine (it fixed itself) , no commands works at all
and I get this [Essentials] Permissions lag notice with (GenericVaultHandler)
I also got timed out
I will give it some time for it to heal it self with reboots hoping everything goes back to normal lol
if not i have to revert
@whole granite if you know nothing about MySQL phpmyadmin is the perfect tool
i suppose...just....if you're going to go through the effort to learn something new, do it right :p
There's nothing to learn really if you just want to use it for a plugin
not everyone knows how to use raw mysql
and if you are not autistic no one will get into your panel
And using phpmyadmin is about as secure as having a mysql server open to the public. Which is absolutely fine if you use strong passwords
It's even a tad more secure since phpmyadmin already does some basic DOS protection
Won't work if you don't have a static IP
sure it will, stick it behind a reverse proxy using ddns π
and you can whitelist via the reverse proxy
not a good idea
And back to the impractical solutions for a beginner
you are creating a way to bypass ip whitelist
by creating reverse proxy
a lot of people has static ip
like every people i know
Again. The best security is to use a strong password
i'd be impressed if you got behind a reverse proxy
People might able to (D)DoS you, but not get your data
anyhow, if he's using it for the plugin setting up phpmyadmin is pointless in the first place
it is actually not π
I'd disagree
you can manage your perms offline
Yup
And adding users requires 0 knowledge
to www
but im pretty sure it does it automatically
so its installing in 1 click and few writing
Yup
so installing phpmyadmin is easier then setting up luckperms config
Currently it's just an installer that you can walk through by following pictures
but still easy
But since all is localhost you don't even need a password
Even then
but ez to block
You need to manually enable public access
Someone answer me this for later, I need to be tagged, as I am gathered around my grandma waiting for her to pass, please tell me how to add pages to guishop+
i would imagine this: https://www.spigotmc.org/resources/guishop.2451/
Oka, so moving on
Yes
can yo udo screen share ?
Let me just see if I can figure out wether or not they have MySql
lets do dm
if any one have problem with mysql on lp you need to change the port to something like 3309 then on lp comfig go to adreess and you see localhost change it to localhost:port like localhost:3306 and dont forget to create new user for mysql
Anyone know of a good plugin similar to votifier? Or how i can listen for votes?
Thanks @gilded nova
is it possible to disable the type /help for a list of commands and type /list... when someone logs in?
depends what plugin is generating that message
Is it essentials usually?
yeah
pretty sure you can go into essentials and just change the login message
Also any idea how to turn off stuff like in chat like, this plugin has update X
Cant seem to find anything in the plugin config itself
theres reason for updates
then change in config yml
and it takes 2 lines every time i login
version
hm
typically plugins will have an update check in the config
I dont mind console checks, but in-game are annoying ;/
yeah my admins complain about it
just fu** the plugin in the ass
and set version in the config.yml to the newest one
ez life hacks
What's life?
when you open the jar
hm
will be like
Okay lets test
restarting server
so can someone finally help me plz
?
i need help with guishop+
plz
What s ur problem sir
How may I assist you today
diamond dont be rude
the only thing i can do right now is get help for my server
He is being honest tho
im not rude
to distract me from my fucking grandma dying 10 feet away
Sorry for your loss
so just let me do my thing
so whats your problem
i ask literally 1-2 times a day
Its a whole different plugin, so the help you get here is voluntary
the page does not make it self new ?
diamond
like there is a shop page for dyes
i want to make a 2nd page
or even 4 pages
for colors
dyes, flowers, colored glass, colored panes
If you dont get an answer here, your best bet would be to see if the plugin has a discord or contact the author
i already have
they do not answer
1.18.4-SNAPSHOT
oh thats where i tried getting it last
but it glitched out a lot
cause they take the versions that don't fully operate
learned that the hard way
have you even tried using the support thread?
https://www.spigotmc.org/threads/shopgui-admin-gui-shop-plugin-paid.63389
Blackspigot is the best way to get hackers in your server. Who knows what are hidden in the jar files.
lol. buy the plugin then. don't be cheap.
there is config for pages
found it in 3 mins
tell me how you've been waiting 7 days π
Maybe use google to see if anyone made a tutorial
Okay so I have a question
Someone told me once
I can purchase an IP in the USA lets say
vpn
i have tried that
and connect it to my server
so people from usa have less lag
is this true?
it doesnt work i don't think unless im doing it wrong
But my server is in EU
then buy another one
?
So like, both people from the USA host
like from eu connect to usa
and EU host
yes
in same server/world
wait no
people won't be able to connect faster to your server unless you move it to a new physical location
do i copy
#"Previous page" button
previousPage:
item:
material: PAPER
quantity: 1
name: "&e&lPrevious page"
slot: 45
#"Next page" button
nextPage:
item:
material: PAPER
quantity: 1
name: "&e&lNext page"
slot: 53
and move it in
like ip wont change anything
What about bungee cord
Can I set a server in USA
with bungeecord to the server in EU
xD
kingcobra
then people will meet in same server
theoretically, yes, but if you're going to send them to the same backend server, they're going to lag.
bungee is just a proxy
but things like chat will be quick for them
Because USA have like, 1k~ ping
not for backend
1k ping? WTF man that's a bit much even for US -> EU
in bungee
@gilded nova Make a post on spigot under Spigot Plugin Help and just wait until someone is able to help you.
I think MC ping is messed up
it is not
or like, ask in the support thread like everyone else
That's bad lol
Is there a way to reduce ping? As a host
lol
lol
Lol
But I dont lag on hypxel tho
Same
and my internet very sucks
Someone told me hypixel has eu and usa
I do but not as bad as Mineplex.
vpn wont help you
Can someone from eu test the ping on my server? All my beta testers seem to from USA lol
and Im currently not in EU
its 1.12.2
1.8 ?
do you have viaversion ?
as not all plugins are intended for 1.8 at all
look at my shit internet
its called protocol hack
u have 40/5
Β―_(γ)_/Β―
ip to dm
retarded 02
oh shit
leaked my ip
how can i delete message
jk
not stupid
oh wow
xd
Haha
VPNs can help reduce ping lag if it shortens the routes your isp would send you on vs your VPN exit point, but most times it doesn't make a huge difference
That's a bad ping haha.
the ping is broken
its not trust me
and u get on vpn with 100 mbs
do u even lag?
still download slow
not even a bit
who are you hosting with? seems like it's probably an issue there
tps?
19.6
there is no way its 3k ping
I play fortnite at 130ping EU here
still no way
you should have like less than 100
If your ISP's routing is shit a VPN can indeed help, but it is edge cases
no
e as essentials
yeah thats terrible
nice try
u wanna know version
most retarded message
its not bcs people see servers version
its bcs u see alll plugins
lmao
xD
wow u dont use nte
I did my best to make it not possible
what do you use for nametags ?
Oh I like that
its ez to code
I started the core of the server a year ago
until you got full retarded team custom scoreboard
and you need to use packet version of nametags
I'm definitely not a dev lol I'm on the sys admin side with a little ccna knowledge
u can use nametagedit
for it
but its retarded coded
so i just used the api from it
and connected it to vault
no one is talking in here π
hi
hi
Is it free to change username on Spigot?
You have to donate something
like my friend did
Did he get banned for creating a new account for a new name?
10/10 name
lol
you are quite the character aren't you mate
eh
so i used the //wand
then i chose first and sec pos
then i do //fill barrier
no work π¦
i forgot how
what do you want to do it for you
can i try it ?
You can use //replace too, if you only want to change a specific block type with another
It's either that or //replace <the block to replace> <The block you want to replace it with>
Yup
ye i wanted to replace all
well the area had blocks too
i think i misunderstood myself
xd
so to create a new region
i first wand it
then create it?
i should just read the wiki but im too lazy tbh lol
Or use /rg for short if you're lazy
hi
Wishful thinking there.