04-28-2014, 03:02 PM
This is xoft and the others, not me.
Essentials for MCServer (2)
|
04-28-2014, 03:02 PM
This is xoft and the others, not me.
04-28-2014, 08:42 PM
I believe the plugin can be acquired by the "mc-server organization" on GitHub. I'd prefer, though if the plugin had its code polished up so that it could be considered "Exemplary Plugin Code"; and also there are several other Essentials plugins, we want the best. Why don't you guys work together, instead of working against each other?
04-28-2014, 10:46 PM
(04-28-2014, 08:42 PM)xoft Wrote: I believe the plugin can be acquired by the "mc-server organization" on GitHub. I'd prefer, though if the plugin had its code polished up so that it could be considered "Exemplary Plugin Code"; and also there are several other Essentials plugins, we want the best. Why don't you guys work together, instead of working against each other? Working together is a good idea, there are many problems that are stopping me from adding more commands, befor I add new. If anyone is pleased, we have to decide which github repo we use for it.
Yes we could work togheter, but I want to work with my code.
Also, what do I have to polish exactly?
There are Essentially (pun intended) zero comments on the helper functions - what they do, what params they expect. Also, zero param-checking, so if someone uses the function wrong, they won't know what hit them.
The Homes subsection could use SQLite storage instead of plain files, and messy ones. I have to say, I'm positively surprised that you picked up the Info.lua way of doing commands. Good job on that
Thanks to STR_Warrior
Do you say zero param-checking for functions.lua or commands? I need to learn SQLite
04-29-2014, 04:42 AM
Speaking of the Info.lua file. You can make the InfoDump file generate an README file. As you can see you can even give each command it's own category
04-29-2014, 05:02 AM
I strongly believe that all functions except the command and hook handlers, and the local callbacks, should have a comment saying what the function does, what params it takes and what the return values are. And it should verify its params using assert(). It would have to be a very special-case function to make me consider otherwise.
05-03-2014, 05:53 AM
Now I want to adds kits, but I don't know any good way of making configurable kits. Any idea?
05-03-2014, 06:14 AM
How are kits configured in Bukkit? By editing a file, or by issuing commands in the server?
|
« Next Oldest | Next Newest »
|