Sumo

Description

A staff can be very powerful in the hands of a martial arts master

Punch other players with the pushstick to shove them far away. Right click with the stick to vault yourself up over walls to escape your pursuers. Sneak+punch to sneakily switch positions with nearby players and throw them over your shoulder! Knock all the other players off the board to win!

Setting up an arena:

Sumo mod by MisterE for use with arena_lib (minigame_lib) You should be familiar with how to set up arena_lib arenas.

Code snippets from https://gitlab.com/zughy-friends-minetest/arena_lib/-/blob/master/DOCS.md and from Zughy's minigames

to set up an arena, create a confined space that floats in the air, with lava or other damage blocks beneath. Set the spawners on the platform. You can use mesecons to make the board more interesting.

In this game, each player gets a tool that pushes other players... the goal is to knock all other players off and be the last one standing. Each player has 3 lives

Basic setup:

  1. type /sumo create <arena_name>
  2. type /sumo edit <arena_name>
  3. use the editor to place a minigame sign, assign it to your minigame.
  4. while in the editor, move to where your arena will be.
  5. Make your arena. There should be some type of platform, with a lava pool underneath to kill players that fall off.
  6. using the editor tools, mark player spawner locations. Protect the arena.
  7. exit the editor mode
  8. type /minigamesettings sumo
  9. change the hub spawnpoint to be next to the signs.

Reviews

Review

Do you recommend this mod?

  • Very cool game :D!!

    I really love this game!! It's really simple: Punch other people outside the map :D!! With this simple rule you have also some skill for example swith the position of the player who push and the pople has been pushed and bug jump :D

    I really recommended this game :D! Fun guaranteed ** !!!

    0 comments

Releases

2025-09-17

Download

2025-09-17 02:15 UTC

2025-09-17 🔗

  • Fix some variable not being local + notes for the future
  • Fix LT HUD deprecation message
  • Get rid of achievements_lib deprecation message

2025-01-12

Download

2025-01-12 02:13 UTC

2025-01-12 🔗

  • fix sneak glitch

2024-12-29

Download

2024-12-29 02:11 UTC

2024-12-29 🔗

  • add achievements to sumo
  • fix typo
  • fix achievements bug and increase killer timeout
  • adjust timeout and add debug mode
  • fix sumo acheivements bug
  • update sumo to core namespace
  • more debug statements
  • fix debug
  • maybe fix the sumo achievement issue
  • update achievement message
  • fix achievement logic
  • update sumo translation files
  • fix string in achievements
  • another debug statement
  • fix achievements bug

2024-12-27

Download

2024-12-27 02:11 UTC

2024-12-27 🔗

  • update sumo gravity (specify it)

2024-12-24

Download

2024-12-24 02:11 UTC

2024-12-24 🔗

  • update deprecation
  • fix improper opt depend
  • depend on lib_chatcmdbuilder
  • get rid of commands becuase arenalib does it
All releases