BatchExec
#14
SQLite with colums "id" "name" "permission" and "commands" would have a similar effect to an Ini that goes like:

[name]
permission=
1=
2=
3=

But the Ini would be editable from out of game. It could even be loaded into memory in table form during initilization (instead of reading it during execution) and then executed with a for loop. It should be secure as they don't name a file but a key.

Although be wary that a similar plugin for bukkit/spigot has some users that define hundreds of new commands.

I just finished my plugin that stores button information in an ini file and then loads that into memory when it's initialized, then writes back out on disable. I'll see if I can't make a mockup of my idea in a bit, although bugtesting and releasing a my code will take priority.
Reply
Thanks given by:


Messages In This Thread
BatchExec - by xoft - 07-01-2015, 05:19 PM
RE: BatchExec - by NiLSPACE - 10-08-2015, 05:27 PM
RE: BatchExec - by xoft - 10-08-2015, 05:52 PM
RE: BatchExec - by NiLSPACE - 10-19-2015, 03:54 AM
RE: BatchExec - by Aberts10 - 10-20-2015, 12:41 PM
RE: BatchExec - by xoft - 10-20-2015, 06:00 PM
RE: BatchExec - by NiLSPACE - 10-20-2015, 06:34 PM
RE: BatchExec - by xoft - 10-21-2015, 01:22 AM
RE: BatchExec - by NiLSPACE - 10-21-2015, 01:32 AM
RE: BatchExec - by xoft - 10-21-2015, 02:58 AM
RE: BatchExec - by NiLSPACE - 10-21-2015, 03:15 AM
RE: BatchExec - by xoft - 10-21-2015, 08:12 AM
RE: BatchExec - by NiLSPACE - 10-21-2015, 04:26 PM
RE: BatchExec - by Zee1234 - 10-22-2015, 04:49 PM
RE: BatchExec - by NiLSPACE - 10-22-2015, 04:55 PM
RE: BatchExec - by Zee1234 - 10-22-2015, 05:44 PM
RE: BatchExec - by NiLSPACE - 10-22-2015, 06:10 PM
RE: BatchExec - by Zee1234 - 10-22-2015, 06:27 PM
RE: BatchExec - by NiLSPACE - 10-22-2015, 06:32 PM
RE: BatchExec - by Zee1234 - 10-22-2015, 06:35 PM



Users browsing this thread: 2 Guest(s)