Commit Graph

59 Commits (master)

Author SHA1 Message Date
fluxionary 4c4836134b
Disable knockback when PVP disabled (#8) 2022-05-14 18:18:40 +02:00
upsilon b84810f6c3 Allow players to hit themselves.
Some mods make players hit themselves when they use certain items.
2020-05-03 11:55:25 +02:00
David Leal 06fd54342e Use mod.conf for optional dependencies (#7)
Deletes deprecated 'depends.txt'.
2019-10-27 22:34:02 +01:00
upsilon b67fe9ea0d
upgrade intllib interfacing 2019-02-11 17:50:31 +01:00
zeuner 46ecf9a42b minetest v5 function deprecation (#5)
replace deprecated function call
2019-02-11 17:43:04 +01:00
upsilon 0a059c2ecc
Use pvpplus.is_engaging_players() instead of tournament.engaging_players 2017-09-03 14:18:24 +02:00
upsilon 5c7c9eaff9
Allow players possessing the `pvp_admin` priv to change others PvP state 2017-08-29 19:16:36 +02:00
upsilon c28580dd1c
Add a french translation 2017-06-26 11:05:15 +02:00
upsilon c0fd59d58a
Make PvP state persistent using mod storage 2017-06-26 10:59:15 +02:00
upsilon 6c6afe0875
Replace deprecated settings methods & add a setting for the default PvP state 2017-06-26 10:46:41 +02:00
zeuner d13974d8b4 add intllib support and german translations (#3) 2017-06-26 10:34:37 +02:00
zeuner c876c0123a Integration (#2)
* set mod name

* implement privilege for changing own PvP state

* update readme
2017-06-26 10:29:30 +02:00
upsilon 076d29d030
Fix another crash 2017-05-27 13:12:44 +02:00
upsilon 402c05ae81
Fix a crash when changing PvP state from inventory 2017-05-26 19:17:39 +02:00
upsilon 0e8da112bf
Other attemps to fix crashes/bugs. 2017-05-25 18:33:53 +02:00
upsilon 028274d1d1
Attemps to fix a crash 2017-05-24 18:49:10 +02:00
upsilon 818a4b77c4
Remove debug message 2017-05-21 12:46:20 +02:00
upsilon f611843dbb
Add immobility detection 2017-05-18 19:58:32 +02:00
upsilon 22ee214912
The starter can no longer use /add_to_tournament & improve error messages
/add_to_tournament can only be used by tournament moderators.
2017-04-17 16:07:23 +02:00
upsilon 76a3662aba
Avoid chat flooding 2017-04-17 15:57:29 +02:00
upsilon 0930e2dfe2
Fix /tournament options requiring tournament_mod privilege 2017-04-17 15:22:16 +02:00
upsilon fae88fa9c2
start_delay doesn't require the tournament_mod privilege 2017-04-17 15:18:08 +02:00
upsilon 4c3fb49cda
Add a /tournament_music_toggle command 2017-04-17 15:15:20 +02:00
upsilon b611963c78 UNTESTED Allow non-moderators players to use some moderator commands if they initiated the tournament. 2017-04-17 14:52:16 +02:00
upsilon d4f60fdcc3
Make /tournament parameter parsing cleaner 2017-04-17 14:45:08 +02:00
upsilon 2d98ac9a33
Add chatcommands /pvp_enable and /pvp_disable 2017-04-16 17:03:12 +02:00
upsilon 4fbf2a8738
Rename functions.lua into pvp.lua 2017-04-16 16:57:09 +02:00
upsilon bb35ca96ee
Make /start_global_tournament working again 2017-04-16 16:53:53 +02:00
upsilon cc2724d67b
Add a HUD!
Looks *a lot* better with a monospaced font
2017-04-16 16:43:40 +02:00
upsilon a41d62ea3d Put tournament commands in a separate file 2017-04-15 19:14:16 +02:00
upsilon 1dd736dbb4
Make "teleport" a default option to /tournament. Use "noteleport" not to teleport. 2017-04-08 13:23:54 +02:00
upsilon 3a492809c6
2 bugfixes
* changing PvP state while playing a tournament is disallowed
* fix an error message receiver
2017-04-08 13:21:43 +02:00
upsilon b234ae11fc
Fix nil value when starting a tournament while a tournament is already running 2017-04-06 19:00:33 +02:00
upsilon a8be83e6bb
Add a /tournament_info chatcommand 2017-04-01 12:45:34 +02:00
upsilon a1e38b2a30
Avoid storing HUD id in a global 2017-04-01 11:46:46 +02:00
upsilon 3b6ff71bc2
Move back the stuff to the dead player inventory after he died. 2017-03-27 19:59:15 +02:00
upsilon 021092dcb2
Better error handling 2017-03-26 17:03:08 +02:00
upsilon ed9a328f45
Test if the player is currently connected when setting PvP state 2017-03-26 14:27:13 +02:00
upsilon f1d2903eb0
Change PvP state when removing from tournament 2017-03-26 14:21:00 +02:00
upsilon aeac87b31d
Better error messages when hitting a player 2017-03-26 14:16:09 +02:00
upsilon 954ce04b21
Change PvP state in pvpplus.add_to_tournament 2017-03-26 12:18:02 +02:00
upsilon 2073728b6e
Fix state in pvptable 2017-03-26 12:12:53 +02:00
upsilon 84719c1f2e
Store PvP states before tournaments 2017-03-19 16:45:14 +01:00
upsilon 36427abd6a
Improve ranking formatting
Bigger formspec to fit with LiberationMono, fix columns positions, avoid too long values
2017-03-12 19:15:25 +01:00
upsilon 7d9e79a6ec
Allow passing no parameter to /tournament 2017-03-12 17:29:56 +01:00
upsilon 68bd3b5e49
Add a "pvpplus.enable_sound_loop" setting & Play the tournament_end sound 2017-03-12 16:11:00 +01:00
upsilon 5b6f9ddb54
Add sounds! 2017-03-12 16:04:19 +01:00
upsilon 2d60436e6d Allow players to choose the starting time 2017-03-11 16:08:50 +01:00
upsilon c4fb2ee8ce
Print engaged players names in tournament starting chat message 2017-02-22 15:26:04 +01:00
upsilon 04c0a178c7
Fix show_formspec loop 2017-02-21 18:18:42 +01:00