#general

1 messages · Page 108 of 1

timid violet
#

Thx

#

Would that cause problems?

#

And would it be hard to move from spigot to paper?

fading wedge
#

nah its literally a drop in replacement

#

it even helps get rid of bukkit.yml and spigot.yml and merges them into paper.yml

timid violet
#

I’m using pufferpanel

#

So what files do I copy over to the new server?

sleek niche
#

If I remember correctly, it doesn't get rid of them, just adds new things in paper.yml

Also the EULA when using Paper is so good

timid violet
#

Eula?

sleek niche
#

eula.txt

timid violet
#

Yeah but how is it any better?

sleek niche
#

It's not better, it adds a note about tacos, and if a software adds a note about tacos in one of their files it's a great software, right?

swift abyss
#

🌮 is life

gilded nova
#

Anyone know how to disable /? [tab] /ver [tab] / [tab]

woeful willow
#

Delete system32

hybrid loom
#

This depends on the plugins and if they have permissions for tab completions

swift abyss
#

personally, i use a command blocker plugin (yes, i know some dont agree with that) lol

hybrid loom
#

Can be useful

swift abyss
#

oh my, i trolled myself one day, was on my alt and forgot i set up messages to display and was just checking things and ran /reload and it said the server was restarting lol

gilded nova
#

Im using CommandBlocker rn but i can't block /ver [tab] unless im being retarded lol

swift abyss
#

trey command blocker?

gilded nova
#

oui chef

swift abyss
#

all those are defaulted in

#

are you op?

gilded nova
#

im doing /ver [tab] on my alt

#

and it still shows all plugins etc

swift abyss
#

i can help later when i get home

gilded nova
#

okay thankyou

swift abyss
#

share my file/etc

timid violet
#

anyone who knows how to use chown chmod?

sleek niche
#

Linux documentations should know it

timid violet
#

Well

#

I tried

woeful willow
#

Your panel should be setting those itsself

timid violet
#

well, i copied files from another server

potent prawn
swift abyss
#

@manic raptor maybe look at WorldGuard Extra Flags? you can run console command on entry or exit

spring dirge
#

!permissions

#

hmm

#

I am trying to find perms for my staff manager (demoted/demoted/see the info)

violet rivet
#

@spring dirge You'll wanna look at the wiki

#

!wiki

outer vesselBOT
violet rivet
#

Each command has its permission listed under with a description of what it does

violet rivet
#

Anyone experienced with Nametagedit

#

What on earth does the database do

burnt flame
#

afaik it doesn't have a database. Just a config file.

#

I've not used it since my bukkit days though

violet rivet
#

Apparently it does

#

# If enabled, NametagEdit will use database support MySQL: Enabled: false Hostname: localhost Port: 3306 Username: myUsername Password: myPassword Database: myDatabase

burnt flame
#

Huh, TIL

cyan shale
#

Heya. Trying to get prefixes working in my chat, I have essentialsxchat, vault and have set up luckperms' properly for it (i think? seems to read correctly)

#

I've set up the config file in essentialsx to the following as instructed by a youtube video I was watching:
'change-displayname: false' to 'change-displayname: true'
Uncomment 'add-prefix-suffix: false'

drowsy quest
#

Sounds good

swift abyss
#

@cyan shale after that, then you need to add the {PREFIX} and {SUFFIX} placeholders to the format section before and after {DISPLAYNAME} since now, ess wont auto add prefix/suffixes to the displayname

gilded nova
#

Bungeecord: Travertine
Luckperms Version: 4.4.26 Bungeecord

Summary:
I'm using multiple bungeecords, but only in certain hosting cases, I get the following error:
I have already taken action on https://github.com/lucko/LuckPerms/wiki/Storage-system-errors, but I also get this error only on certain hosting.
If you know the cause, please let us know.

#
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5009ms.
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:697)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:131)```
#
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.common.messaging.sql.AbstractSqlMessenger.pollMessages(AbstractSqlMessenger.java:84)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at java.lang.Thread.run(Thread.java:748)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]: Caused by: java.sql.SQLException: Connection.setNetworkTimeout cannot be called on a closed connection
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.getSqlException(ExceptionMapper.java:271)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.mariadb.MariaDbConnection.setNetworkTimeout(MariaDbConnection.java:1707)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.hikari.pool.PoolBase.setNetworkTimeout(PoolBase.java:552)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.hikari.pool.PoolBase.isConnectionAlive(PoolBase.java:168)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:185)
[12:41:02] [LuckPerms Pool Thread #4/ERROR]:     ... 9 more
[12:47:56] [MBanProxyVPN Pool Thread #0/INFO]: No operations allowed after connection closed.```
cyan shale
#

Ahhh thank you

#

I think I figured it out

#

I had "add-prefix-suffix" to false.... it needed to be true

swift abyss
#

well... you can do that

#

or leave false and add the placeholders

twin warren
#

lol

hybrid loom
#

xD

#

Karma?

meager shuttle
#

Is there any generic essentials permissions for people?

violet rivet
#

Rival site. Hmmm

woeful willow
#

Also worth noting that * doesn't exist in Sponge itsself, but rather is a feature of LP.

plush apex
#

Ah didn’t realise it was sponge! Thanks for the clarification.

pliant marsh
#

Hoping I can get some feedback on how to resolve a Java issue I'm encountering with an unrelated plugin, Villages, on a Paper 1.14.3 server. Log file included.

shy mortar
#
> [21:23:37 INFO]: 22
> [21:23:37 INFO]: BungeeCord
> [21:23:37 INFO]: 25```
#

Why does this spam my console?

pliant marsh
pliant marsh
#

Any help would be greatly appreciated, I am very inexperienced with Java debugging.

woeful willow
#

Ask the plugin dev

#

They should be making null checks

pliant marsh
#

Alright. I contacted him, but I haven't received a response yet.

drowsy quest
#

@shy mortar some plugin is sending debug messages

#

Nothing you can do about it

#

And probably your best bet to find out which plugin is causing this you’ll need to figure it out through the process of elimination

keen adder
#

okay well chat problem solved but I just wanted yalls opinion.... I just want to run a simple survival server where people can protect their shit, and I wanted to know if theres any plugins I should remove/add from these

CoreProtect, dynmap, LuckPerms, WorldEdit, SAML, Vault, WorldGuard, Essentials, EssentialsProtect, EssentialsChat, EssentialsGeoIP, EssentialsAntiBuild, EssentialsSpawn, GriefPrevention, EssentialsXMPP, Dynmap-GriefPrevention

potent prawn
#

you can remove all the essentials crap, aside from probably essentials chat and essentials spawn, if you are using them.

#

no idea what saml is

#

other than that, seems like a good setup

keen adder
#

Simple automatic mob lag thing it freezes mobs large groups of mobs when the server starts to get bogged down

#

I dont have a fancy spawn thing setup so should I get rid of world guard?

#

sheit even world edit

potent prawn
#

worldedit/guard are pretty useful

keen adder
#

well this is all I got now

potent prawn
#

looking good

vocal rivet
#

Any recomendations for self hosted blogging software?

violet rivet
#

spigot

#

;D

vocal rivet
#

What? XD

violet rivet
#

Its like a blog of its own

vocal rivet
#

You know I dont mean that XD

#

I thought about wordpress, but after having so much issues with it in the past ( mostly security ) I honestly dont want to try again

potent prawn
#

Make your own :P

vocal rivet
#

I am to lazy for that 😛

violet rivet
#

If you go into #support-1 and bug someone to make you one, apparently that works. :jokes:

vocal rivet
#

Its not that I couldnt make one myself, but I am lazy.
Thats why I was looking at already existing Blog Platforms, but I need one that just works and is secure

violet rivet
#

Heh... I have to finish my solar system on the garage and plan for 🎄

vocal rivet
#

I have a whole community website to make, with everything from the forum, to a statuspage

#

<.<

red canopy
#

I use invision community

#

Kinda has a blog feature

vocal rivet
#

I can't afford that one :3

red canopy
#

Rip

vocal rivet
#

600 USD + 105 USD every 6 months? No thank you

#

XD

red canopy
#

Okie

violet rivet
#

A f f o r d a b l e!

vocal rivet
#

Maybe when its just a blog, Wordpress could work

red canopy
#

I never really used

#

It

#

.. find configuration for it a bit confusing

vocal rivet
#

I did, and it was the horror. Trying to protect it with ReCaptcha? You either have several Re-Captcha plugins that have issues with each other or you pay a lot of mons a month for the Premium version of one plugin

#

My whole WordPress experience:
"Well there is a free version, but it wont do anything for you, you must aquire the premium version :P"

#

any a friend of me hosts Wordpress websites ( about 250+ now ) and they constantly get attacked over security loopholes that the Wordpress Developers or the Plugin developers know about, but never fixed ( and Plugin developers are like: We fixed it in the premium version )

blazing osprey
#

I'm having some trouble setting up ranks with CMI and Luckperms, could someone help

violet rivet
#

CMI?

blazing osprey
#

idk what was going on, it worked fine when I set it up the first time

#

I made it execute command on rankup that would promote along an LP track

#

now its hard broken

#

I don't even know what I did to break it

swift abyss
#

@minor bane not sure what the issue is, i run waterfall and LP and do not have those issues

#

my waterfall settings are 100% default as well

#

it must be an issue between sponge and waterfall. I had read soemwhere that you cant use sponge on a bungee setup, but i may be incorrect. would be worth asking on sponge support.

#

or wait and see if @🌟DrZoddiak🌟#8260 can help

minor bane
#

changing disable_entity_metadata_rewrite to true seems to have fixed my issue but I was told for some reason that settings isnt working when running the plugin

#

I know you can use sponge and waterfall together

swift abyss
#

ah ok, thats good to know.

#

i only run spigot as of now, but want to add a sponge server at one point

minor bane
#

the pack does have FTB utilities

#

we all get disconnected then when join back in without restarting server

#

sometimes we can play for hour before it happens sometimes it happens after 5 mins

swift abyss
#

yea, seems to be some connection with sponge and waterfall

minor bane
#

happens with only 1 person or 6 people

swift abyss
#

have you connected directly to the sponge ip?

minor bane
#

oh didn't try that just connect to waterfall then that is sending us to last server you were on

swift abyss
#

you have a lobby server?

minor bane
#

don't think I can connect directly to it

#

yes

swift abyss
#

you need to setup your config.yml so that you always go to lobby server

minor bane
#

yeah I want to do that

#

I was looking for that setting haven't found it yet

swift abyss
#

let me see if i can access mine quickly

minor bane
#

force_default_server

#

think I got it

swift abyss
#

that and also you need to add the server under priorities

#

sorry, at work and someone came in my office

minor bane
#

tell them to leave 😃

swift abyss
#
  priorities:
  - hub
  force_default_server: true
#

lol yea

#

will you start paying me then? hehehe

minor bane
#

cool thanks I'll try that

swift abyss
#

😉 np

#

ofc the priority needs to be named the same as what you have the srever called below

minor bane
#

yeah

torn dragon
#

Is it possible that in LP (Bungee), the groups are individually for each server?
Example: The Admin rank exists in Survival but does not exist in Lobby

minor bane
#

so looks like its not just luck perms that gets me kicked

#

I was using to plugins viaversion and luck perms if I use either one or both I get the server you were previously on went down message

violet rivet
#

@torn dragon Yes, that is possible. You can assign a user a group per server.

swift abyss
#

@cinder python ok, so what you can do is make a txt file and put all the commands in there, then use /lp import <file> like /lp import perm.txt
the file will only have commands in it such as:

/lp group default permission set essentials.tpa true
/lp group default permission set essentials.back true server=survival
/lp group default permission set essentials.sethome true
/lp group admin permission set essentials.vanish true
/lp group admin permission set essentials.gamemode

etc

#

how i do that is i have an excel file with all perms, then concatenate them into LP commands

cinder python
#

Could you make the example longer like for 2 groups admin and default?
I'm an absolute nub at this stuff

#

so like a basic thing would be really helpful

swift abyss
#

?

cinder python
#

ok, so just all like that

swift abyss
#

there is no "basic" or "default" set of perms, it depends on your server

#

but that is the general basis of how to "bulk load"

cinder python
#

I just meant like a starting thing, I didn't know it would be that easy

swift abyss
#

given, its not an official way, so you wont get support for it

#

but thats how ive done it for several servers

cinder python
#

if it works, it works

swift abyss
#

load 1k's of perms in seconds 😉

#

as long as your syntax is right, should be good

cinder python
#

adding all the /lp group ... is gonna be a pain though XD

swift abyss
#

best to have all your groups setup before hand

#

thats why i do all that in excel

#

and concatenate the cells

cinder python
#

oh like make everything just add perm name and then combine

swift abyss
#

like you have column A as /lp group column b is the group, column c is permission set column d is the perm column e is true

cinder python
#

that's nifty, I'll do that as well

swift abyss
#

you can pull a file of all perms already loaded to see the syntax by doing /lp export perms.txt

#

it will make a perms.txt file in the LP directory

#

just remove all the other stuff like where it makes groups/etc

cinder python
#

I assume for plugins with default all commands on true I need to add false for the default group then?

swift abyss
#

huh? if you make a perm false, then you cant use that perm

#

its like negated

cinder python
#

that's what I mean

#

I have HeadsPlus, that has everything on true for default

swift abyss
#

oh yea

cinder python
#

so everyone can use any of those commands

swift abyss
#

right

#

then you would just make it true for the group you need it on

cinder python
#

then it's add in default group with false right?

swift abyss
#

you "set" perms, not "add" them

cinder python
#

so with LuckPerms everything is locked basically until given? Or as is until configured different?

swift abyss
#

/lp group default permission set headsplus.default false
/lp group admin permission set headsplus.default true

cinder python
#

like that, alright

#

guess I'll be doing that for the next 2 hours XD

swift abyss
#

😃

cinder python
#

Thanks for the help man, really appreciate it

swift abyss
#

😉

untold cloak
#

So by default, no players can use commands unless theyre specifically given permissions to use them, correct?

red canopy
#

yup

untold cloak
#

Awesome.

swift abyss
#

not so, some plugins give permissions regardless. in that case, you would need to deny the perm(s)

red canopy
#

^ (I've never used a plugin with such perms so i assume its rare)

swift abyss
#

that would involve setting the permission to false you can use verbose to check though.

untold cloak
#

I have nobody to check for me atm, so im kinda just hoping im doing these thigns correctly

#

lol

swift abyss
#

grief prevention has default perms, many do

untold cloak
#

how do i turn off firespread and mobgriefing and the like?

swift abyss
#

as long as you have luckperms.* applied to your username, you can set yourself to default group to test

#

those are gamerules for minecraft and dont involve LP

untold cloak
#

but for some reason typing /gamerule isnt a thing. do i have to do it in console?

red canopy
#

If you wish to do it for a region, you can use worldguard

swift abyss
#

look up gamerules as the spelling has to be exact

#

/gamerule is a thing (if you have the perms setup for it)

#

use verbose to see what perm it is

#

!verbose

outer vesselBOT
torn dragon
#

How i can delete a group vía command?

swift abyss
#

/lp deletegroup <group>

vocal rivet
#

I amma post it here, if you have corrections or suggestions, I will talk it out and update it is necessary

cinder python
#

@swift abyss I tried but LP doesn't seem to overrule the default perms of the nicknames plugin

swift abyss
#

did you use verbose as suggested?

cinder python
#

verbose?

swift abyss
#

that will list all perms called for during the time you run it

#

!verbose

outer vesselBOT
swift abyss
#

so you can see what perm is being checked

cinder python
#

hmmm I'll take a look

#

if I import a file, does it overwrite the old or do I need to adapt stuff first?

swift abyss
#

if you import, it will just run the commands from the imported file

#

so unless you have it removing stuff in the import, then everthing already there will stay

cinder python
#

and removed still will be removed in the config as well?

swift abyss
#

unless you have a command in the file that adds it back, it will be gone

#

config?

#

import doesnt touch config

cinder python
#

I just mean the overall perms

swift abyss
#

again, the import only runs what you put in there. so if you tell it to delete something (unset) it will do it. if you tell it to add something, it will do it

#

it can only do what you tell it

#

it wont overwrite anything

#

unless you tell it

cinder python
#

ok, gotcha

#

works now, thx mate

untold cloak
#

how do I make my name appear like a normal player? (not red)

vocal rivet
#

You use essentials?

untold cloak
#

yep

vocal rivet
#

You are OPped?

untold cloak
#

yes

#

i guess i could just deop myself since im the owner right?

vocal rivet
#

Then go to the essentials config and within the first lines disable the OPs prefix

#

Well if you setup LP correctly with permissions and etc, yes you dont need OP anymore

keen adder
#

I'll pay someone to setup my perms & plugins xD

vocal rivet
#

How much? :3

keen adder
#

@vocal rivet well let me show you my plugins and then all I want is a simple survival server with a economy

swift abyss
#

if thats all the plugins you are going to use..... that is at most 2 hours of work...

#

and thats if you go into detail setting up like 10-12 groups.

pliant marsh
#

@swift abyss Is it best practice to create groups for each perspective plugin? I'm running a small personal server with no admins, and I just threw in the perms the plugins I have into the default group.

swift abyss
#

i would never use a group per plugin, but thats me

keen adder
#

I only want default member admin and owner

red canopy
#

I mean I can probably do it for you

woeful willow
#

I think they want it to be done correctly.

potent prawn
#

Setting up your own permissions is important.otherwise you won't really learn much or have much of an idea what your setup is and how to modify it in the future

red canopy
#

Are you saying it won’t be done correctly?

woeful willow
#

I'm just saying you're a little shifty

red canopy
#

Turbo ban him.

swift abyss
#

i mean.. its in your name 😉

hybrid loom
#

There's always the risk of people adding a sort of backdoor to give themself op perms and f*ck your Server

swift abyss
#

^

#

i trust no one

#

and too many people trust me to do their perms

red canopy
#

Thanks for the idea Andre 😏

swift abyss
#

ive lit changed stuff in editors and they just ran the command

red canopy
#

Gg

swift abyss
#

given, i told them what i changed, but still

red canopy
#

I mean who actually reads the readme file? Come on.

swift abyss
#

i do

woeful willow
#

There's a readme?

swift abyss
#

lol

red canopy
#

I do if I need to

woeful willow
#

90% of the time the readme is credits

#

(╯°□°)╯︵ ┻━┻

red canopy
#

If I know what I’m doing/need to do then I’ll ignore it

#

And yeah that’s true

swift abyss
#

give credit to the peeps, come on! lol

red canopy
#

Or it’s the heavily formatted GitHub page that you’ve already half scanned

swift abyss
#

what is github?

woeful willow
#

Me: Man I'm confused, maybe there's some instruction
Readme: Thanks to Dave for never making a wiki

red canopy
#

😂

swift abyss
#

😃

red canopy
#

GitHub is useless

swift abyss
#

i live confused and just fake it

red canopy
#

Better off not knowing what it is

swift abyss
#

bwhahaha, id be lost without it

red canopy
#

I wouldn’t

#

I hate it

swift abyss
#

rip you lol

red canopy
#

Pain in the f*ckn arse sometimes

woeful willow
#

Remember when github was bought by Microsoft and a bunch of people jumped ship

red canopy
#

Remember when Microsoft brought console Minecraft?

woeful willow
#

a+

violet rivet
#

Microsoft own GitHub?

red canopy
#

😱

#

Shocker.

violet rivet
#

I'm surprised there isn't a yearly subscription of some kind lol

potent prawn
#

There is GitHub pro

red canopy
#

Probably is somewhere

#

Yup told you

potent prawn
#

And that was around ages before Microsoft purchased it

#

MS have actually made it better since they've taken over

#

And the features keep coming

red canopy
#

Oh no

violet rivet
#

Next up: the paperclip

red canopy
#

Is windows 10 the best OS so far then?

#

Turbo ^

potent prawn
#

the best microsoft OS, yes

keen adder
#

I can understand what most of this stuff does and is I'm just too lazy to do it myself

red canopy
#

Microsoft fan boy 🤢

keen adder
#

im not worried about backdooring

hybrid loom
#

I like Win 10

potent prawn
#

I'm not a fan boy? lol

woeful willow
#

For the low low price of $20 I'll mess your perms up

hybrid loom
#

Decent OS

keen adder
#

deal

red canopy
#

It’s ok I guess

#

Kinda does the job

woeful willow
#

It's a fantastic consumer OS

red canopy
#

And BSOD for an error called “read only RAM”

potent prawn
#

I prefer Ubuntu but I can't play my games on it natively

hybrid loom
#

I only had 4 Bsod so far

woeful willow
#

Really no alternative if you want to play games with no issues. (ignoring consoles)

hybrid loom
#

But those where caused by outdated graphic software

red canopy
#

I’ve had over 100 Andre and I’m not kissing

woeful willow
#

I've never had a BSOD

hybrid loom
#

*cough* NVidia

red canopy
#

Kidding

woeful willow
#

Time to get better parts bud

#

And stop blaming the OS

#

🔫

red canopy
#

My parts are fine

woeful willow
#

Sounds like it

red canopy
#

Oh shush

#

I manage to run Minecraft at a solid 1FPS

#

Perfect

woeful willow
#

I don't even know what I get tbh

#

Actually let me check since I'm testing plugins rn

red canopy
#

I get around 60

#

With vsync

hybrid loom
#

120 at min

woeful willow
#

430 w/o vsync
100 with

hybrid loom
#

Best is like..... 400

woeful willow
#

I really need to upgrade my GPU. It's lacking hard

red canopy
#

I need to upgrade my CPU.. severely bottlenecking my GPU

woeful willow
#

My CPU runs at 5ghz on all cores
Very nice

red canopy
#

I think mines running at 2 😂

#

Or 3

#

Around that mark

#

Yeah around 3.30@ idol

woeful willow
red canopy
#

I don’t think you’re ready to see my CPU.

manic oasis
#

4 core 3ghz max here ivybridge gonna upgrade to AMD soon

woeful willow
#

AMD is a choice

manic oasis
#

the best choice*

woeful willow
#

Depends

manic oasis
#

On what?

woeful willow
#

If you have a multi-threaded workload maybe

red canopy
#

I have a GTX 770 for gpu

manic oasis
#

Zen 2 beats Intel on almost everything

woeful willow
#

Intel still beats AMD on thread speeds and temps.

#

AMD is just making High-Core/A lot of threads. The thread speeds aren't really superior.

So like I said, it kinda depends on your workload.

manic oasis
#

If you do literally anything other than gaming AMD wins. And AMD actually beats Intel in quite a few games now.

woeful willow
#

Not sure what games your playing that you need a Subway Sandwich TM. for

#

Very few games are really mutli-threaded as well

swift abyss
#

my gaming setup

woeful willow
#

I'm just reading about this chip, and it just sounds like an industrial heater

keen adder
#

@swift abyss is that intigrated graphics

manic oasis
#

AMD is the best option for the first time in decades.

#

Go through anyones benchmarks

swift abyss
#

honestly, lol i am on integrated being on my laptop, my psu is out on my desktop

woeful willow
#

benchmarks aren't really accurate representations of performance. There are many articles explaining why.

manic oasis
#

AMD even wins in real world performance.

woeful willow
#

I mean I'm not saying it won't do well. I'm just saying that I won't hold my breath

#

Excuse the mess

manic oasis
#

Um ok. I'm literally stating facts. Intel was the best choice for a very long time. I have an Intel CPU I'm just saying AMD has the upper hand. And competition is great for the consumer so it's a great thing.

swift abyss
#

mess? that looks clean to me 😉

woeful willow
#

yikes

swift abyss
#

real question..... is that alive or stuffed?

woeful willow
#

The bird?

swift abyss
#

no, the monitor

#

😃

#

lol yes the birb

manic oasis
#

Stuffed monitor paid actor

woeful willow
#

Very real

swift abyss
#

hmmmm, same position in both pics.......

woeful willow
swift abyss
#

😉

manic oasis
#

Different bird big scam

woeful willow
#

I also have like 10 snakes, 5 tarantulas, 5 fish tanks (1 salt-water), and 2 geckos

swift abyss
#

just messing with you deenoh 😃

woeful willow
#

I mean I know, but I'm also flaunting my zoo of a house.

swift abyss
#

its not flaunting if you got it and can werk it 😉 hehehe

potent prawn
#

i'm jealous of your zoo

woeful willow
#

These guys are actually critically endangered and really only kept alive by hobbyists.
They cannot be imported, and they can't even be sold across state lines (US)

#

Their venom is considered "Medically significant"
You might be in a deep pain for up to a week, and in extreme cases, can be felt some months later.

potent prawn
#

I wish you could get them here in Australia

#

they are beautiful

woeful willow
#

We found a male someone was more or less just giving away, and a female in some pet-store near by for like $400

gilded nova
#

Who ever reads this

#

ur mom

#

lol I lowkey got you nerd

quiet salmon
#

Is deluxechat any good?

#

Like is it worth the money to buy

#

And does it work with lp

sleek niche
#

If it works with Vault it works with LP.
And as DeluxeChat is premium, it should work with Vault

quiet salmon
#

Is it worth it to buy?

#

Is it better or on par with essentials chat

#

@sleek niche (sorry for ping)

outer vesselBOT
#

Hey Cryptic! Please don't tag staff members.

sleek niche
#

Have never bought it. But yes, it should be better than EssentialsXChat

quiet salmon
#

So it is worth the $7.50 to get?

sleek niche
#

Simply because if it would not, why would it cost money?

#

Idk, never had it. Look at the reviews would be a good idea I think

vocal rivet
#

There are also Permission systems that cost money, and LP beats em all 😉

quiet salmon
#

I hate ultra perms

#

It's so confusing

#

With the gui

vocal rivet
#

After using LP I will never switch XD

quiet salmon
#

Lmao same

sleek niche
#

LPForLife

quiet salmon
#

I memorized most commands

potent prawn
#

(sorry for ping) yet you do it anyway

#

deluxechat is fine, i've used it for years

#

lacks a few key features but other than that it has worked well on my bungee network

vocal rivet
#

Whats with bungee chat?

potent prawn
hybrid loom
#

PEX user in a nutshell?

sleek niche
#

We have situations lile thi luckily not that often, but if we have, it's really funny

#

I still remember the /lp user <user> permission set luckyperms.* true user

woeful willow
potent prawn
#

2nd frame should be baby lying in its own vomit

woeful willow
#

Didn't want to look up babies lying in vomit

potent prawn
#

fair 😂

potent prawn
#

tfw you're only in 7 discords now

sleek niche
#

Who is in only 7 discords?

potent prawn
#

me

manic oasis
#

I'm in like 16 but only use 3.

potent prawn
#

soon to be 6 when i leave my minecraft server

manic oasis
#

ez

woeful willow
#

I'm in 36 and 22 of them are MC related

potent prawn
#

yeah most of mine were just mc plugins, but now that i don't admin a server i decided to leave them, aside from this one and /r/admincraft

woeful willow
#

Yeah I really need to leave a lot of them. honestly never needed support from any of them except for one, and that was like 3 years ago

#

I do Nucleus + GP support for Sponge, and I use Sponge discord for dev stuff.
Other than that I don't really need to be in any of them

#

I'm just in this one to assist people that come into Nucleus/GP for perm help.
I just direct them here, and help them if I have time.

potent prawn
#

is that griefdefender?

woeful willow
#

Mhm

potent prawn
#

cool. i was really looking forward to that.

#

i guess if i ever get back into mc i'll definitely be using that

woeful willow
#

If it's everything blood says it is, it'll quite amazing on a spigot platform, and still amazing on the sponge one.

untold cloak
#

Are sign warps not a thing anymore? I cant find a permission for it or a post newer than 2017 describing them

swift abyss
untold cloak
#

i tried everything they said there and absolutely nothing worked

swift abyss
#

you enabled in config?

#

you have to enable the use of any sign, buy, sell, kits, warps, etc

#

separately

untold cloak
#

ive tried to. the config simply doesnt recognize any of it

swift abyss
#

one min

untold cloak
#

it just...doesnt do anything

swift abyss
#

as in you can make the sign and people cant use or you cant even make the sign?

untold cloak
#

cant even make the sign

swift abyss
#

do you have perms to make it?

untold cloak
#

thats what im trying to say, ive tried giving the perms for essentials.signs.use.warp and the like

#

but theyre not recognized

#

so theyre just empty perms

swift abyss
#

for a warp, you have to specify the warp or use the * wildcard i belive

#

let me see

#

oh nvm, thats just for the command version

#

but i mean for you to create the sign

#

you have the perm?

#

essentials.signs.create.warp

pliant marsh
untold cloak
#

im gonna delete it and readd it real quick

swift abyss
#

lol yea ezio

#

ezio, did you figure out what you were doing for perms?

#

instead of a group per plugin

untold cloak
#

alright yeah the signs dont do anything

swift abyss
#
enabledSigns:
  #- color
  #- balance
  #- buy
  #- sell
  #- trade
  #- free
  #- disposal
  #- warp
  #- kit
  #- mail
  #- enchant
  #- gamemode
  #- heal
  #- info
  #- spawnmob
  #- repair
  #- time
  #- weather
#

what shows in that section in your essentials config?

untold cloak
#

absolutely nothing

#

if i go into my essentials config

swift abyss
#

are you on essentials or essentialsX?

untold cloak
#

i cant even ctrl+f the word sign

#

idk hold on

swift abyss
#

/ver

#

also, search for that whole string "enabledsigns" i know some search programs wont find a word in a set

untold cloak
#

i think we mightve found a problem

#

lmao

swift abyss
#

well, i would be using papermc and also, go ahead and update to 1.14.3

#

and update your essentialsX to the newest

untold cloak
#

I literally cant

swift abyss
#

?

untold cloak
#

I'm using a hosting service

swift abyss
#

yea

untold cloak
#

their spigot stuff is only up to 1.14.2

swift abyss
#

unless you are on like aternos or other free serveice

#

then you can

#

i never use the hosts files

#

always behind

#

you can specify your own jar

#

you have multicraft?

untold cloak
#

no

swift abyss
#

how do you access console?

untold cloak
#

through the site

#

has a dashboard

swift abyss
#

yes... but the site is using multicraft?

#

what host?

untold cloak
#

ggservers

swift abyss
#

ok

#

then you can set your own

#

one sec, let me login to that panel and show you

untold cloak
#

would it be easier to just call you on here and share my screen? lol

swift abyss
#

btw, that is multicraft they use

#

step1: https://papermc.io/downloads and download build 134 for 1.14.3
step2: upload it to your main base directory (where server.properties is located)

#

let me know when those are done

untold cloak
#

just drag and drop?

swift abyss
#

i use the upload button on the panel

untold cloak
#

what i meant was do i just drag in into the plugins folder?

#

i dont have to delete any of the other files or anything?>

swift abyss
#

again, i said main directory... where server.properties is located

#

it doesnt go in a folder

untold cloak
#

oh

swift abyss
#

it goes in the very first place

#

lol

untold cloak
#

ok there it goes

swift abyss
#

but yes, just drop it there

#

ok, you see where this shows custom, it should show craftbukkit 1.14.2 for you i think

#

click on that and the first option is default

#

select that

untold cloak
#

this wont mess up any of the things i currently have set up right?

swift abyss
#

then in the text field type paper-134.jar (that should be the name of the file

#

it should not mess anything up, didnt when i switched others. if you can make a backup, it wont hurt though

untold cloak
#

It wont let me.

swift abyss
#

you see the top default option

untold cloak
#

eyah it wouldnt let me. had to just hit save and it swapped over.

#

idk why

swift abyss
#

lol, ok

untold cloak
#

alright now what

swift abyss
#

so now, fill in the text spot with the filename you uploaded, should be paper-134.jar

untold cloak
#

ok

swift abyss
#

now expand the advanced settings

#

use that setting

untold cloak
#

alright

swift abyss
#

then save and start

#

after that, then update your essentialsX to the latest

untold cloak
#

is that simple?

#

like cna i just drag and drop the latest one?

swift abyss
#

well, should be. you may just have really old config, in that case, we just add the section you need

#

yea, make sure to add all the ones you need, like the main, essentialsxchat, etc

#

and remove the existing ones

untold cloak
#

is it as simple as removing them? and placing in the new ones?

swift abyss
#

yea, thats how updating plugins goes

#

unless they state on the site to regen new config

untold cloak
#

Alright...just restarted it again with the new essentials jar files

#

we'll see what happens...

swift abyss
#

ok

#

youll notice a better minecraft experience regardless using paper than bukkit 😉

#

we may just have to add that section in your config if all else fails

untold cloak
#

just tried to make a sign and it just stayed black

#

lol

#

same as earlier

swift abyss
#

ok

untold cloak
#

it really would be much easier to share my screen so you can see what im lookin at i think.

swift abyss
#

so do what i said earlier and serach for "enabledsigns"

#

or just "warp"

untold cloak
#

in the config.yml?

swift abyss
#

yea

#

of essentials

untold cloak
#

looks like its the same as it was before

#

doesnt even match the version it looks like

#

im pretty sure the one i just uploaded was 2.17.0.0

#

this says 2.17.0.3

#

I think i figured it out

swift abyss
#

what was it?

untold cloak
#

i have no idea

#

but the signs work now

#

so i dont really care tbh. xD

#

thank you for all your help. glad i could find someone like yourself

#

this probably wont be the last time i beg for your help though

#

I really appreciate it

swift abyss
#

np

untold cloak
#

@swift abyss before you go i have one more thing i just discovered...lol

#

Spawn is protected with something, and i dont know what, but its preventing my players from using the warp signs inside of the protected area.

potent prawn
#

probably vanilla spawn protection, check your server.properties

swift abyss
#

do you ahve essentialsantibuild or protect?

#

and yea, if its like a 16 block radius, its server.properties

untold cloak
#

alright, i just turned it off.

#

thanks, sorry

swift abyss
#

not a problem, its common lol

gilded nova
#

This is just a example, is there a command to make that sign number actually live/active?

foggy hinge
gilded nova
#

@foggy hinge yes that’s what I have

#

I have the sign set to warp in a bother world

#

I wasted the 0/100 to be live on the sign

foggy hinge
#

oh right

#

I am actually looking for something similar to add to my tab list

#

in theory it should be something %_online% but I am not sure what goes before online and I cannot find anything --

#

"_online" *

#

it work similar to %player_ping%

#

@gilded nova It just shows how much of a noob I am right now. I would recommend installing placeholderapi and signplaceholder if not already installed and then you should be able to do /sph add [Warp] | Survival | %server_online% / %server_max_players%

#

the "|" makes the text go on a separate line

#

I have something similar on my server tab now I found it. P.S. Still WIP so please dont judge lmao

hybrid loom
#

<#283655728139468803-241667244927483904-announcements>

#

lol...

#

New format for channel mentions in verified discords....

minor socket
#

Wtf 😂

#

[#general](/guild/241667244927483904/channel/308232296753004556/)

hybrid loom
#

It is weird

violet rivet
#

Wut

hybrid loom
#

And seems to be only for verified discords right now

#

Normal channel mentions are usually <#channelID> but for verified Discords is it <#channelID-serverID-name>

#

for.... reasons

swift abyss
#

raisins are bad

gilded nova
#

what would be a way to temporairly add an user to an group with unlimited time of that group

sleek niche
#

What?

gilded nova
#

ok i cant explain it better... but basically i want to add an temporary group to an player without time limitations

#

why because if i do parent set then it replaces the main group

sleek niche
#

You can use parent add

gilded nova
#

wat

sleek niche
#

Or wait, there's no parent addtemp, right?

gilded nova
#

idk

swift abyss
#

found the non wiki reader

#

temp = temporary. if you want to temp add a player to a group, there has to be a time. no time = perm

hybrid loom
#

LP has addtemp to add a group for a set time. After time expired will the group be removed from the user

swift abyss
#

they want "temp with no time" lol

gilded nova
#

😄

#

anyways so another question how do i check all people in one group

#

whats the command

swift abyss
#

youll find your answer there

gilded nova
#

i do lp group listmembers

#

but it gives me uuids

swift abyss
#

try it

gilded nova
#

is it not possible to get names ?

swift abyss
#

uuid is names

#

if you want to see their name, you can use namemc i guess

#

you wouldnt want perms stored by name, uuid is the best way

gilded nova
#

no other way?

sleek niche
#

Can't you get the name of a uuid using the mojang api. Might be a way to parse the uuid then?

#

But that would need to be integrated into the plugin

woeful willow
#

Namemc.com or something can do it, but yeah you can get it via api if you really wanted to.

swift abyss
#

they wanted to set a group temporarily without setting a time limit... dont think they are going the api route

woeful willow
#

Then it's not temporary

#

Definition of temporary is having a time limit

#

If you want it arbitrarily temporary then you set/add and remove it when you want

swift abyss
#

thats my understanding of it as well, maybe i know nothing

wispy turret
#

guys i have a weird problem on my server. Even though i have keepinventory disabled when i die i don't lose my items and it only happens to me. Everyone else loses their items. Anyone know what could it be?

swift abyss
#

if you are op, its due to perms

wispy turret
#

Im not

#

but i have given myself perms

#

sorry for asking again but could you happen to know what perm could cause that? 😅

swift abyss
#

im assuming if not op, you gave yourself essentials.* perm

swift abyss
#

@gilded nova LP is showing correct

#

thats why i had you run the info thing

gilded nova
#

@swift abyss

swift abyss
#

so youll need to find out why chat isnt showing it

gilded nova
#

I just sent a picture

#

Do you see it?

#

What's wrong with my config

swift abyss
#

do you have add-prefix-suffix set to true?

gilded nova
#

#add-prefix-suffix: false

#

Should I remove the #?

swift abyss
#

welll.... how i set mine up is to remvoe the #, leave false, then infromt of {DISPLAYNAME} add {PREFIX} and after displayname add {SUFFIX}

#

make sure to reload ess or restart srever after

gilded nova
#

why do i have &r?

#

What does that mean

hybrid pulsar
#

or just remove the # and set it to true

swift abyss
#

i use &r a lot, its bukkit format to reset colors and stuff

hybrid pulsar
#

thats what i did

gilded nova
#

I said it to true.

#

And remove the #

#

Still not working : (

#

@swift abyss

#

okay now i did this

#

wait

#

it still doesn't give a space

swift abyss
#

what mc version are you on?

gilded nova
#

WTF LOL

#

look

#

Look what happens

#

HOW

swift abyss
#

remove the group part, put it back to #

gilded nova
#

?

#

where

#

where do i put the # back

swift abyss
#

what you showed be you changed

#

in your own ss

gilded nova
#

I did what you asked me to

#

Put Prefix

#

before displayname

swift abyss
#

right, but you have the top field for add prefix suffyx true

#

and i said false

#

lol

#

thats why its double

#

make the owner thing commented # so its green

gilded nova
#

testing

#

I didn't put the #

#

Just made it False

#

and it works?

swift abyss
#

correct

#

thats what i said do

#

... you arent reading

gilded nova
#

okay so now if I make op color "F"

#

instead of 4

#

how do i have no color at all

swift abyss
#

i said make that owner spot unde groups to #

gilded nova
#

okay let me check.

swift abyss
#

you need the &f

#

for op to be white

gilded nova
#

what if i want it to have no color

swift abyss
#

sorry for all typos, typing fast since at work

gilded nova
#

so that way it doesn't always have to be one

swift abyss
#

then make it ""

gilded nova
#

okay awesome

#

wait

#

oh its still red

#

hm...

#

OH FUCK?

#

its gone now

#

once i put a # in front of groups

#

what the FUCK! it jusut changed the entire folder

#

???? Woah???

#

i just lost everything

swift abyss
#

i never said to do that

#

only infront of the word owner

#

.....

#

reading will help you so much

gilded nova
#

._.

swift abyss
#

you arent the first lol, but skimming isnt good lol

#

😃

gilded nova
#

hm...

swift abyss
#

you get it sorted now?

gilded nova
#

i edited it so ts ck to normal

#

even tho i lost everything

#

so lets see.....

#

now if i want to make the next group, Owner

#

./lp ?

swift abyss
#

what did you lose?

gilded nova
#

whatever i eddited before

#

in the essentials folders

#

its fine

#

so now i'm going to do /lp create?

#

/lp creategroup Owner

swift abyss
#

no, if you look essentials made a brokenyml i think, right?

gilded nova
#

?

swift abyss
#

that still has all your stuff in it

#

you said you lost all the changes

#

from where?

gilded nova
#

this?

swift abyss
#

yea

#

that is your file still

gilded nova
#

how do i open it

swift abyss
#

just fix that one and make it config.yml again

#

you can edit from console webftp in most cases

#

or just download, change to config.yml

#

then undo the spot where you added the # in front of groups

gilded nova
#

@swift abyss

#

I have owner group

#

but it doesn't show it in minecraft

#

so some odd reason

swift abyss
#

so you created owner, set prefix and also added yourself to it?

gilded nova
#

yup

#

in order to add me to a group

swift abyss
#

and you set a higher weight for owner prefix?

gilded nova
#

i just went to Webeditor

#

and typed in permission:

#

group.owner

#

for my name

#

?

swift abyss
#

did you save that and run the command it gives you in game?

#

take that as a no?

#

i gave you the link, you didnt read lol

gilded nova
#

wait

#

i did

#

i forgot to press "enter"

#

lol

#

just a sec

#

i just did it

swift abyss
#

... lol

gilded nova
#

but it didnt full command it

swift abyss
#

what does that mean

gilded nova
#

/lp group owner meta addprefix 999 "&e[&4Owner&e]&4"

#

look what i did

#

its bizarre

swift abyss
#

that &e looks like you set a displayname for the owner group

gilded nova
#

?

#

a dispayname for the owner group?

swift abyss
#

send a link for your editor

#

that is new from just now?

gilded nova
#

no?

swift abyss
#

...

gilded nova
#

there

swift abyss
#

if you have 800 prefixes, how the crap can it know what you want?

#

lol

#

pick one

#

its using the top one

#

thats why format is jacked

gilded nova
#

how do i have multiple?

quiet salmon
#

It does not override

gilded nova
#

and how did you view that

swift abyss
#

you ran the addprefix command a lot delete the ones you dotn want, save and run command

gilded nova
#

i don't see that for some reason

swift abyss
#

click on owner tab

quiet salmon
#

You go into the editor click on owner and you see every prefix you have set

#

And permission

gilded nova
#

i did

#

it doesn't show

#

I legit swear

#

I'm clicking on it

#

and it doesn't drop a list or anything

quiet salmon
#

You can also run /lp group owner meta info I think to view it

gilded nova
#

FIXED IT

#

okay

#

that's so much easier

#

doing it on there

quiet salmon
#

👍

gilded nova
#

uh oh

#

now that i didi that

#

default is not working anymore?

swift abyss
#

there is nothing set in default from the last editor

#

only thing from what you had sent was the 3 in owner

gilded nova
#

I saw it yeah

#

before you said that i actually fixed it

#

interesting

#

this is so bizarre to me

#

but i think i'mg etting the hang of it

swift abyss
#

cool

#

get used to commands first, then once you see how it is in editor, then you can use there.

gilded nova
#

ya

swift abyss
#

dont rely on just one method fully

#

youll forget the other, then if the editor site is down.... poop on you lol

#

it doesnt happen, but never know

gilded nova
#

@swift abyss

#

question

swift abyss
#

answer

gilded nova
#

any chance i can change the text color

swift abyss
#

in chat

gilded nova
#

i want the "test" to be a differnet color

swift abyss
#

you went with prefix.999.&e[&4Owner&e]&4 prefix, i assume?

gilded nova
#

yah but i just added a suffix

#

it dodnt work

#

suffix.1.&f

#

'{PREFIX} {DISPLAYNAME} » {MESSAGE}'

swift abyss
#

format: '&r{PREFIX}&r{DISPLAYNAME}&r{SUFFIX} » &r{MESSAGE}'

gilded nova
#

Maybe I should add {SUFFIX} after

swift abyss
#

if you put &r after each, then it will reset the formatting

#

ive said that already to you 😉 when you asked what it was

#

and i even told you to put suffix after display name

#

.....

#

READ READ

#

lol

#

crap man lol

gilded nova
#

fixed it

swift abyss
#

gg

#

so you made your chat format like i showed?

gilded nova
#

Can I put this in this?

#

-minecraft.command.me

#

Into Add permission:

#

would that work?

swift abyss
#

pex negation isnt done like that in lp

gilded nova
#

oh

#

is it a different letter

#

character*

swift abyss
#

so to negate a perm in lp /lp group default permission set minecraft.command.me false

#

you set the perm false

gilded nova
#

okay one moment

#

OH I SEE

#

comes up as "FALSE"

#

okay!

swift abyss
#

😃

quiet salmon
swift abyss
#

ew

quiet salmon
#

I mean it's a good tutorial on how to do it

swift abyss
#

cant stand him... talks for too long to say 10 words

#

just give me the info and shutup lol

#

id rather read the wiki

gilded nova
#

XD

quiet salmon
#

Would you rather me link him to a server pro tutorial

hybrid loom
#

I mean I made a tutorial myself about how to switch storage types

#

And it's more reading and less listening

gilded nova
#

You've been so helpful so far @swift abyss ...

#

Like I am so grateful....

#

I'll probably have a lot more questions coming up, just saying. ;P

swift abyss
#

😉

#

i need to just put the chat format crap in a copy/paste since i say the same thing 20 times a week

swift abyss
#

@dusky wing are you on spigot?

dusky wing
#

Yeah

swift abyss
#

using essentialsX?

#

it has kits built in

red canopy
#

@swift abyss why doesn’t my prefix show up in chat? 😏

swift abyss
#

BeCaUsE yOu DiDnT sEaRcH aLl My InStRuCtIoNs lol 😉

dusky wing
#

built in essentials kits are quite shit

#

it's fine i will find a plugin

red canopy
#

Did what I wanted it to do 🤷‍♂️

untold cloak
#

is it possible for me to get worldedit without having to do anything crazy?

#

Im on paper, just not sure about compatibility

violet rivet
#

@untold cloak try FAWE it's lighter and faster

untold cloak
#

@violet rivet says its only updated for 1.13. im on 1.14.3.

swift abyss
#

Yea I’ve tested recently with fawe on 1.14.3 still broken only a few things work

#

@dusky wing you wanting a GUI? That’s basically all another plugin will give you.

dusky wing
#

this one is amazing

hybrid loom
dusky wing
#

just worried it's spaghetti

#

and that emoji worries me

swift abyss
#

Some of their plugins still need work

dusky wing
#

@hybrid loom

outer vesselBOT
#

Hey omarathon! Please don't tag staff members.

dusky wing
#

oh well this one seems good for kits so far

swift abyss
#

Test and see

#

That’s part of running a server

dusky wing
#

I'll be pissed if it fucks up

swift abyss
#

Well, that’s why backups exist lol

dusky wing
#

yeah just migrating to new plugins is usually difficult as fuck with the yaml obsession

swift abyss
#

Only setup one kit.

violet rivet
#

@untold cloak That is true yes

swift abyss
#

But it the want for other plugin only for GUI?

dusky wing
#

this plugin is easy cause you can just set the inventory of the kits

#

no I want other things

#

luck etc

#

which this plugin provides

violet rivet
#

@swift abyss I've got an xrayer on my sever 😄 how should I annoy them?

dusky wing
#

animations are nice of course

#

basically I have these "relic" items in the kits

swift abyss
#

Gmsp and randomly change blocks near them

#

Change their tool

violet rivet
#

i'll make a giant layer of diamonds below their base.. :>

swift abyss
#

😉

violet rivet
#

and then worldguard it

#

lmao

swift abyss
#

That spells out HACKER

dusky wing
#

orr ban them and stop wasting your time with such a degenerate

violet rivet
#

I honestly should install xray on my own client so i can easily see what i'm trying to do, and to see how well the paper.jar anti-xray stuff works, because i've never trusted anti-xray thigns fully

dusky wing
#

they won't stop

swift abyss
#

That works with texture pack and all the clients I’ve tried so far

#

Built in doesn’t

#

This even stops the minecart leaf glitch

violet rivet
#

Pretty sure the paper version just tells the client the blocks are stone until they're about 5 blocks away from them

#

Client isnt' going to know whats what until the server tells it

swift abyss
#

I only tested spigot version not paper but it didn’t work

#

I have mine set to change lots of blocks to other blocks. If you don’t have the bypass you can’t make anything out lol

violet rivet
#

Turn redstone into diamonds

#

confuse the hell out of someone

full python
#

Swap all the textures

violet rivet
#

Mother of god

pliant marsh
#

Dear God.