Page 1 of 1

[ModPack] Necessary Mod Pack

Posted: Mon Oct 23, 2017 13:33
by InterVi
The most necessary mods. List:
  • Essentials - more commands (spawn, warps, homes, mutes, bans, vanish and etc)
  • Bug Report - GUI form for sending information to log
  • PVP Control - protect newbies and other
  • Superchat - chat channels and prefixes, filters
  • Stats - server online statistic
  • Query - easy socket server for sending server info
  • Coins - easy money
  • Group Perms - manage privs in player groups
  • Gui Menu - convenient control buttons
  • Mod Configs - libray for easy manage config files
  • Cuboids Lib - libray for coordinate operitions
Github: https://github.com/RuMinetestCoder/necessary_pack
Download latest: https://github.com/RuMinetestCoder/nece ... master.zip

Re: [ModPack] Necessary Mod Pack

Posted: Wed Oct 25, 2017 20:52
by ManElevation
oh awesome!
+1

Re: [ModPack] Necessary Mod Pack

Posted: Fri Nov 24, 2017 18:45
by azekill_DIABLO
+1 really useful mod

Re: [ModPack] Necessary Mod Pack

Posted: Sat Nov 25, 2017 19:27
by TheGreatCoffeeKing99
I have a bug:
On attempting to load the world, it has an issue with
"require()" being disabled when mod security is on.

Thank you.

Re: [ModPack] Necessary Mod Pack

Posted: Tue Nov 28, 2017 01:17
by 01savior10
Thanks!!!

Re: [ModPack] Necessary Mod Pack

Posted: Wed Nov 29, 2017 23:37
by ShadMOrdre
I get the same issue regarding "require", but do not have mod security enabled, so I don't think it is related.

The require statement in the lua refers to minifs, inifile, lyaml, and rapidjson. None of these are included, and are certainly not part of Minetest. So what is actually "required" here.

This modpack does not work with v0500 dev release or v0416 stable on Windows.

What am I doing wrong, or is this modpack incomplete?

Re: [ModPack] Necessary Mod Pack

Posted: Fri Dec 01, 2017 15:40
by 01savior10
TheGreatCoffeeKing99 wrote:I have a bug:
On attempting to load the world, it has an issue with
"require()" being disabled when mod security is on.

Thank you.
x2

Re: [ModPack] Necessary Mod Pack

Posted: Tue Dec 05, 2017 04:41
by InterVi
Need install librays. For mod_configs:

Code: Select all

luarocks-5.1 install minifs
luarocks-5.1 install inifile
luarocks-5.1 install lyaml
luarocks-5.1 install rapidjson
For Query:

Code: Select all

luarocks-5.1 install effil
pacman -S lua51-socket
This info is written in readme files. Ok, i will change main readme.