Search found 6 matches

Return to advanced search

Re: [MOD] LibChatCommand [v0.2.0] [lib_chatcommand] [WIP]

Update V0.2.0: ⋅  Fixe some errors: mods name was wrong in many file ⋅  Command inheritance support: you can make subcommand that does not depends on parents privileges with options inherit = false (default value is true when not passed) ⋅  Store registered commands and...
by Sobralia
Sat Jun 18, 2016 12:31
 
Forum: WIP Mods
Topic: [MOD] LibChatCommand [v0.2.0] [lib_chatcommand] [WIP]
Replies: 3
Views: 830

Re: [MOD] LibChatCommand [v0.1.0] [lib_chatcommand] [WIP]

Byakuren wrote:Is that correct or should permissions_cmd:register_sub_command be foo_cmd:register_sub_command?


It should be foo_cmd, fixed ^^'
by Sobralia
Mon Jun 13, 2016 18:48
 
Forum: WIP Mods
Topic: [MOD] LibChatCommand [v0.2.0] [lib_chatcommand] [WIP]
Replies: 3
Views: 830

[MOD] LibChatCommand [v0.2.0] [lib_chatcommand] [WIP]

This mod is library that helps you to create commands and subcommand for your mods. License: GPLv3 Source: Git repo Wiki: here Download: LastVersion (v0.2.0) Changelog: here Installation with git git clone git@framagit.org:Sobralia/LibChatCommand.git lib_chatcommand How to use For more example go to...
by Sobralia
Mon Jun 13, 2016 17:33
 
Forum: WIP Mods
Topic: [MOD] LibChatCommand [v0.2.0] [lib_chatcommand] [WIP]
Replies: 3
Views: 830

Re: Post your modding questions here

Considering registering privliges like that: minetest.register_privilege("foo", privilege definition) And using it in chat command ie: minetest.register_chatcommand("foo", { params = "<bar>", description = "Do bar with foo", privs = {foo = true}, func = functi...
by Sobralia
Sun Jun 12, 2016 14:04
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 974909

Re: Mod library and dependencies

Thank you, i didn't find the biome_lib by VanessaE! I want to make a permissions library because with minetest.register_privilege you have to register/grant/revoke one by one, my permission plugin will give the posibility to add many privileges to a group and then add users to this groups: so it wil...
by Sobralia
Sat Jun 11, 2016 00:26
 
Forum: Modding Discussion
Topic: Mod library and dependencies
Replies: 8
Views: 1940

Mod library and dependencies

Hello, I'm new to Minetest but since it seems to run far better than minecraft and for many other reasons (and it's a free software!), i made the switch. I made a few mod for minecraft and i want to do so with minetest. Then, i started to read documentation about lua/api and the modding book as i ne...
by Sobralia
Tue Jun 07, 2016 21:40
 
Forum: Modding Discussion
Topic: Mod library and dependencies
Replies: 8
Views: 1940

Return to advanced search

cron