F3DEX22
F3DEX22
AAdmincraft
Created by Kiyo! on 8/21/2023 in #questions
Per-server permissions on Luckperms [bungee]
You can use the same name on multiple servers so they share the exact same permissions including the context. For example if you have multiple lobby servers you can set server: lobby in each lobby server and the permissions will work the same on all of them and you add the permissions with the context just one time
28 replies
AAdmincraft
Created by Kiyo! on 8/21/2023 in #questions
Per-server permissions on Luckperms [bungee]
No description
28 replies
AAdmincraft
Created by craz (NEW ACCOUNT) on 8/7/2023 in #questions
Command blocks are confusing me
you're right
24 replies
AAdmincraft
Created by craz (NEW ACCOUNT) on 8/7/2023 in #questions
Command blocks are confusing me
That targets all players
24 replies
AAdmincraft
Created by craz (NEW ACCOUNT) on 8/7/2023 in #questions
Command blocks are confusing me
I think you can't target the player that triggered the command block
24 replies
AAdmincraft
Created by craz (NEW ACCOUNT) on 8/7/2023 in #questions
Command blocks are confusing me
@p targets the nearest player by design
24 replies
AAdmincraft
Created by Justin123 on 8/6/2023 in #questions
Looking for a java dev to create a simple plugin
You can do it with ConditionalEvents
sneaking_spawners:
type: block_break
conditions:
- '%block% == SPAWNER'
# Here check your PlaceholderAPI config, "yes" should match your true boolean config
# You also need to install the Player expansion to use this variable
- '%player_is_sneaking% == yes'
actions:
default:
- 'cancel_event: true'
- "message: &cPlease do not sneak while breaking a spawner."
sneaking_spawners:
type: block_break
conditions:
- '%block% == SPAWNER'
# Here check your PlaceholderAPI config, "yes" should match your true boolean config
# You also need to install the Player expansion to use this variable
- '%player_is_sneaking% == yes'
actions:
default:
- 'cancel_event: true'
- "message: &cPlease do not sneak while breaking a spawner."
21 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
Also you need to set the variable every time you open a terminal where you need to use the server
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
If you are going to use that package i recommend manually replacing the server jar with the latest build
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
maybe you need to start the session again
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
but if you still want to use it try setting the TERM variable to xterm-256color with the command export TERM=xterm-256color and try runnning the command again, but i don't know if it'll work
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
No description
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
are you running tmux over ssh?
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
it seems that it's an issue with tmux and kitty terminal
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
now try starting the server again with papermc start and see if the console works
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
can you stop the server with an in-game command like /stop?
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
maybe there is a bug in the script, what if you use papermc stop and papermc start?
55 replies
AAdmincraft
Created by Supercompass on 8/5/2023 in #questions
Can't connect to Papermc console
I never used that package, but what does it say when you use papermc status?
55 replies