This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrorlandia_minetest
/
playerfactions
Watch
1
Star
0
Fork
0
You've already forked playerfactions
mirror of
https://github.com/mt-mods/playerfactions.git
synced
2024-11-21 23:03:55 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
c629b298f9
playerfactions
/
.luacheckrc
11 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add luacheck, workflow and fix some issues
2021-04-02 22:08:35 +02:00
globals = {
"factions"
}
read_globals = {
"minetest",
general overhaul for 5.0.0 (#11) * general overhaul for 5.0.0 - overhauled English language - overhauled French language - adds Spanish locale - adds German locale - adds mtt integration testing - adds github workflow for mtt - refactores handle_command - standardizes usage of table.getn() (nothing crucial in this mod) - standardizes variables to have same format and same name for same purpouse - DB-fix also adds missing owners to members - fixes some situations where admins couldn't do things - fixes display of dynamic admin priv and registration - alows uppercase for subcommands - adds valid_password() for cleaner checks - ensures that existing factions don't get overwritten * provide alternative to table.pack() * add disband hooks support * remove local f == factions
2024-10-14 04:24:58 +02:00
"dump", "dump2",
"table",
"mtt",
add luacheck, workflow and fix some issues
2021-04-02 22:08:35 +02:00
}
Reference in New Issue
Copy Permalink