Request Core Plugin Change - From Say to Message - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html) +--- Thread: Request Core Plugin Change - From Say to Message (/thread-2454.html) |
Request Core Plugin Change - From Say to Message - Duquesne - 05-25-2016 To Whom It May Concern: I am working on a plugin called LMO (Light Multiplayer Online) that adds in game speech commands letting people hear only what is said near them. This is for a RP heavy game. I also have moods (/mood) that affect speech and emotes (/emote) and other various RP functions. So you could have [/mood nervous] and do [/say Hello] and you would get ["Hello" Duquesne says nervously]. I have a whisper (/whisper), normal volume speech (/say), and screaming (/yell) which all deliver messages based on distance, not based on name (or just everyone). The existing /say command, which sends a message to all players in the game, might be better served being named /broadcast or /message. I have already renamed it on my server to /broadcast so the plugins don't interfere with each other. Please consider changing the default /say command to /broadcast or /message. The following is my code so you can see what I am doing: Code: function LMOHandleSpeechCommand(Split,Player) RE: Request Core Plugin Change - From Say to Message - tigerw - 05-29-2016 However, /say is a Vanilla Minecraft command, so that presents a difficulty as we are trying to make a transition to Cuberite straightforward. |