Cuberite Forum
Basic Cmds V2 - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+---- Forum: Archived Plugins (https://forum.cuberite.org/forum-18.html)
+---- Thread: Basic Cmds V2 (/thread-1.html)



Basic Cmds V2 - suicidal_banana - 02-21-2011

Update; v2:
You need r173!! (because of the vector3d use)

Cmds:
Code:
/me [msg] - Share your thoughts!
/msg [name] [msg] - Send somebody a private message
/whisper [msg] - Whisper to nearby players (default:15 blocks)
/shout [msg] - Shout to nearby players (default:30 blocks)
/slap [name] - Slap someone!!

Installation/Settings:
- Just unzip in Plugins directory
- Theres a few basic settings at the top of the lua file

You can find the source here, or download the attachment!
http://mc-server.org/wiki/doku.php?id=plugins:basiccmds




RE: Basic Cmds V2 - Tybor - 02-22-2011

Releasing a plugin for a Server version not available is somewhat weird!
Huh

greets,
Tybor


RE: Basic Cmds V2 - ImAsOnAz - 03-10-2011

I got an error from your plugin on restart:
Code:
-- Plugins/BasicCmds.lua:49: error in function 'AddCommand'.
argument #4 is '[no object]'; 'string expected.
Stack:
[C](-1): AddPlugin
Plugins/BasicCmds.lua(237): ?
To save you time - line 49 is:
" self:AddCommand("/me [msg]", " - Share your thoughts!")"


RE: Basic Cmds V2 - distroyed123 - 03-10-2011

(03-10-2011, 01:25 PM)ImAsOnAz Wrote: I got an error from your plugin on restart:
Code:
-- Plugins/BasicCmds.lua:49: error in function 'AddCommand'.
argument #4 is '[no object]'; 'string expected.
Stack:
[C](-1): AddPlugin
Plugins/BasicCmds.lua(237): ?
To save you time - line 49 is:
" self:AddCommand("/me [msg]", " - Share your thoughts!")"

it does work on r174 but he has had this error since he put it uphere http://mc-server.org/wiki/doku.php?id=plugins:basiccmds