#(nephalem) Need help figuring out what is blocking being able to interact with an npc

1 messages · Page 1 of 1 (latest)

wooden gust
#

So I have an npc with a simple command to do say "Meow!" and for some reason it only works when you're opped, I am really not sure what could be the reason you can't do it while deopped

tiny mothBOT
#

(nephalem) Need help figuring out what is blocking being able to interact with an npc

tiny mothBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

knotty heathBOT
old harness
#

if you used -p, it requires they have the permission to run the command

#

you want to exclude -p and have the server run it by default - target the player with <p> for their name in the command

wooden gust
#

So in my case the command would need to be say Meow! <p> ?

alpine ravine
#

If that is the command syntax then yes

wooden gust
#

I mean it's just the /say command

old harness
#

you might need /msg, /tell, or /tellraw if that command isnt for specifying a player

wooden gust
#

Didn't work, also tried /msg /tell and /tellraw and still got the same issue :x

viral wyvern
#

say command is internally backed from Citizens and will replace it with npc speak.

#

If you want to use the minecraft command you have to use /npc command add minecraft:say Meow!

#

Commands run from console by default.

wooden gust
#

Still only works when opped

viral wyvern
#

!logs

knotty heathBOT
# viral wyvern !logs
Info: logs

Please post your full latest log file.

Background Info: One of the most helpful tools to identifying the source of a problem is your server logs file! Logs contain all sorts of important information like server and plugin versions, any error messages, and a lot more important information (More Info).

How To: Your log can be found in the logs folder within your server folder. The most recent log is a text file labeled latest.log. To get help using these logs, please open that file in a text editor and copy all of the text, then open https://paste.denizenscript.com/New/Log and paste the text into the box on the page. Then click "Submit" and copy the URL and paste that back into this channel.

Please do not upload the file to Discord or to other pastebin services, use the log pastebin linked above.

wooden gust
viral wyvern
#

This isn't a full log.

wooden gust
#

I didn't think you'd want all of it cuz the server has been on for several hours, mb

viral wyvern
#

Then do a restart and try again.

wooden gust
viral wyvern
knotty heathBOT
# viral wyvern !checklog https://paste.denizenscript.com/View/119221
Server Version

Arclight version arclight-1.20.1-1.0.2-730181a4 (MC: 1.20.1)

Checked For

@viral wyvern

Online/Offline

Offline, but proxied.

UUID Version

4 (:white_check_mark: Online)

Potentially Bad Line(s)

Starting Minecraft server on 0.0.0.0:25816 - server is offline but has no address bind. This might mean you're using a system level firewall, but if not, it means your proxy is bypassable by hackers. Either enable a system level firewall, or bind your server to localhost in server.properties via server-ip=127.0.0.1.

viral wyvern
#

Oh

#

Citizens does not support Arclight nor outdated patch versions such as 1.20.1.

#

!forks

knotty heathBOT
# viral wyvern !forks
Info: forks

Our plugins (Citizens, Sentinel, and Denizen) officially support both Spigot and Paper.
Any other forks of the Bukkit project are not supported, but may or may not work in practice.

  • Lower forks, like CraftBukkit, do not function. You must upgrade to a higher fork (Spigot or Paper).

  • Hard forks and cross-forks, like Cauldron/Magma/Mohist/Any other Forge-integration fork, or Cardboard/any other Fabric-integration fork, will not work. Some unofficial custom builds of Citizens are made to support these servers, but we cannot provide any support for them here.

  • Higher forks above Spigot/Paper, such as Purpur, Airplane, etc. are compatible with Citizens only as much as they are compatible with Spigot/Paper. They are generally expected to work in most cases, but we cannot make any guarantees. We will still offer support to users running such forks, but be aware that if you encounter bugs while running such a fork, we may ask you to replicate them on Spigot/Paper to confirm they aren't caused by changes the fork made.

wooden gust
#

Just did a work around with cmi and removed the buggy command

hollow jacinthBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@wooden gust