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
ProGamingDk
ProGamingDk2y ago
allow commands blocks using paper api? or just while using paper
xFocaPetulante
you can just change it on the server.properties file
ProGamingDk
ProGamingDk2y ago
^^
Neo
NeoOP2y ago
Just while using paper
ProGamingDk
ProGamingDk2y ago
set enable-commandblocks to true then in server.properties
Snow Kit
Snow Kit2y ago
if you're using essentials, you'll also want to change the command-block-overrides https://bukkit.fandom.com/wiki/Commands.yml#command-block-overrides
BukkitWiki
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...
Neo
NeoOP2y ago
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

Did you find this page helpful?