Commit Graph

303 Commits

Author SHA1 Message Date
Panquesito7
50619558ce
Various readability improvements 2019-11-22 13:02:50 -06:00
ChaosWormz
d118710680
Merge pull request #17 from Panquesito7/master
Change copyrighter name
2019-09-06 09:36:16 +03:00
Panquesito7
0922c0b468
Update template.pot 2019-09-05 20:05:50 -05:00
Panquesito7
9a2f80e591
Update es.po 2019-09-05 20:05:24 -05:00
Panquesito7
924a16c06f
Update config.lua 2019-09-05 20:04:47 -05:00
Panquesito7
ed265b0dfb
Update init.lua 2019-09-05 20:04:19 -05:00
ChaosWormz
48d0614778
Merge pull request #15 from BlockySurvival/master
Fix syntax error.
2019-08-26 13:12:26 +03:00
Panquesito7
e57cd76367 Fix another bug (#1)
Fixes BlockySurvival/issue-tracker#133.
2019-08-17 18:48:02 +12:00
Panquesito7
9d11489ad5
Update README.md 2019-08-16 19:07:41 -05:00
Panquesito7
d949b18a9e
Update README.md 2019-08-16 12:12:15 -05:00
Panquesito7
c86beab20d
Update init.lua 2019-08-16 12:09:41 -05:00
luk3yx
e652b37170 Fix syntax error. 2019-08-12 07:39:56 +12:00
ChaosWormz
b5a4320c2e
Merge pull request #14 from Panquesito7/master
Support for beerchat/chat2
2019-08-10 13:09:05 +03:00
Panquesito7
413ffb43d7
Update README.md 2019-08-07 22:56:30 -05:00
Panquesito7
4c595cfc49
Update es.po 2019-08-07 20:10:47 -05:00
Panquesito7
981b2d9abc
Update es.po 2019-08-07 20:06:37 -05:00
Panquesito7
b318a5e1af
Remove useless specified lines...
...and add some missing translations.
2019-08-07 20:01:53 -05:00
Panquesito7
32d9aebd38
Make README.md better 2019-08-07 19:51:36 -05:00
Panquesito7
91ffafc98e
Update config.lua 2019-08-07 19:44:03 -05:00
Panquesito7
415fcdb7dc
Create settingtypes.txt
Players can now use "minetest.conf" or go to the Settings tab and configure it.
2019-08-07 19:40:40 -05:00
Panquesito7
23e3c917e6
Tidied and tweaked README.md 2019-08-07 17:42:50 -05:00
Panquesito7
e4ed515d1f
Add chat2 support
This commit adds chat2 support (https://github.com/minetest-mods/chat2).
Tested with MT/MTG 5.0.1 and works pretty well.

If there's any bug/error/typo, please tell me, so, I can fix it.
2019-08-06 22:19:30 -05:00
Panquesito7
4123932afb
Update es.po 2019-08-05 23:08:35 -05:00
Panquesito7
2ccccd6c5f
Update template.pot 2019-08-05 23:07:54 -05:00
Panquesito7
6c0f492fc2
Update init.lua 2019-08-05 23:07:02 -05:00
Panquesito7
b24e687c80
Update config.lua 2019-08-05 23:05:39 -05:00
Panquesito7
d6cf756769
Support for beerchat (UNTESTED)
Thanks to @6r1d for the idea!
This commit also improves the mod and makes the mod better.
2019-08-05 23:04:38 -05:00
Panquesito7
59d59f83b2
Update template.pot 2019-08-04 20:47:22 -05:00
Panquesito7
adbee45fb5
Update es.po 2019-08-04 20:46:33 -05:00
Panquesito7
c6b8df9d6f
Big improvement
Almost done, looking into some issues that needs fixing.
2019-08-02 19:31:03 -05:00
Panquesito7
5f424b9b1f
Update init.lua 2019-07-31 22:05:14 -05:00
Panquesito7
f36d5de9de
Make README.md better 2019-07-31 21:51:53 -05:00
Panquesito7
2f31f0c317
Add a new function
This commit improves "/tpy" command:
When a player receives more than 1 teleport request and types /tpy, a message will be sent to the receiver telling him the list of the requests sent to him. He must use the player name as a param, so, he will teleport to the specified player (e.g.: /tpy foo).

THIS IS AN UNTESTED FUNCTION. IT MAY RESULT IN A CRASH OR MAY CAUSE ANOTHER BUGS. CHECK IT AT YOUR OWN RISK.
2019-07-31 19:43:40 -05:00
Panquesito7
9aa68848c8
Update init.lua 2019-07-31 17:41:45 -05:00
Panquesito7
c9cd16a4d2
Update README.md 2019-07-31 17:41:07 -05:00
Panquesito7
dacf2517a1
Delete LICENSE.txt 2019-07-31 17:40:22 -05:00
Panquesito7
0bb0956e45
Delete LICENSE.txt 2019-07-31 17:40:02 -05:00
Panquesito7
bae0269ca4
Delete deprecated depends.txt
In MT/MTG 5.0.0+, this is no longer needed as in "mod.conf" you can (optional) depends, description and name.
2019-07-30 19:00:07 -05:00
ChaosWormz
202ce65389
Merge pull request #12 from Panquesito7/master
Complete 1 task from TODO list
2019-07-29 10:08:56 +03:00
Panquesito7
536846658d
Update es.po 2019-07-28 23:14:18 -05:00
Panquesito7
fb26daa5e0
Update template.pot 2019-07-28 23:13:12 -05:00
Panquesito7
56bdc0e30c
Improve "/tpn"
This commit warns the player when they denied a request.
It also tells players what "/tpn" does, the usage.

Tested with MT/MTG 5.0.1 and works fine (no errors/bugs found).
If there's any bug/error/typo, please tell me, so, I can fix it.
2019-07-28 23:11:54 -05:00
Panquesito7
b583c5c637
Add "return" to "tpn"...
...function.
2019-07-28 21:31:24 -05:00
Panquesito7
63a59811e2
Update es.po 2019-07-28 18:05:48 -05:00
Panquesito7
f0b936196d
Update template.pot 2019-07-28 18:05:04 -05:00
Panquesito7
ea41ff5654
Update init.lua 2019-07-28 18:03:32 -05:00
Panquesito7
07128f83c8
Add "enable_immediate_teleport" 2019-07-27 19:41:04 -05:00
Panquesito7
65cad92d7d
Add "enable_immediate_teleport"
With this function enabled, players with "tp_admin" privilege teleport immediately to the specified player.
Otherwise, it will send a request to the specified player.
2019-07-27 19:34:36 -05:00
Panquesito7
5e2d1cbaa8
Update es.po 2019-07-26 18:53:58 -05:00
Panquesito7
5ac43b0f2d
Update template.pot 2019-07-26 18:52:57 -05:00