Paper config
Is there a way to allow command blocks via paper? A bit new to using and modifing plugins so would need some help.
7 Replies
allow commands blocks using paper api?
or just while using paper
you can just change it on the server.properties file
^^
Just while using paper
set enable-commandblocks to true then
in server.properties
if you're using essentials, you'll also want to change the
command-block-overrides
https://bukkit.fandom.com/wiki/Commands.yml#command-block-overridesBukkitWiki
Commands.yml
commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server.
The command block override system provides a quick and easy way to force the server to use the commands provided by Mojang (as opposed to the ones built into Bukkit) for command blocks specifically, leaving all other c...
Thank you!
Working on a Ncp and a Paper config that will hopefully run smoothly on a 1.20 Anarchy server
Since i am mainly trying to improve a few custom lines