Page 1 of 1

[Mod] warp [simple_warp]

PostPosted: Wed Dec 03, 2014 19:15
by indriApollo
Hey everyone !

This mod adds private and public warps to Minetest.

List of commands :
  • /setwarp <name> (set a private warp at your current position)
  • /delwarp <name> (delete a private warp)
  • /setwarpall <name> (set a public warp at your current position)
  • /delwarpall <name> (delete a public warp)
  • /warps <index> (outputs the list of private warps, set page index to go to the next page)
  • /warpsall <index> (outputs the list of public warps, set page index to go to the next page)
  • /warp <location> (move to warp position)
Privs :
  • usewarp (can warp to worldwide/private locations)
  • warpown (can set/del private locations)
  • warpall (can set/del public locations)

Note :
The public locations have primary name claim, that means if you use /setwarp test and 'test' is already used publicly, the mod will throw an error. But if you had already set 'test' as private, /setwarpall test will ignore your location and you'll end up with conflicting names (in that case /warp test will always move you to the public location). An easy solution is to prefix the public locations.


Depends : none
Licence : lgpl 2.1
Download : https://github.com/indriApollo/simple_w ... master.zip
Installation : Unzip the file and rename it to "simple_warp". Then move it to the mod directory.
Code : Github

Re: [Mod] warp [simple_warp]

PostPosted: Thu Dec 04, 2014 00:56
by philipbenr
Sounds pretty good. I like the large amount of user customizing.

Re: [Mod] warp [simple_warp]

PostPosted: Thu Dec 04, 2014 17:08
by Krock
Even if you use warp, you still need to move to get to the other point.
The spacetime curvature only makes the way shorter, it does not teleport you.
#StarTrek

Re: [Mod] warp [simple_warp]

PostPosted: Fri Dec 05, 2014 05:37
by TG-MyinaWD
Yeah if can make it so If S/he has a Rank or privilege to warp other areas those don't might come in handy with my Prison Breakout test subgame. Since when you come an Ward C Prisoner you can do /ward C or D.

But the higher you all more others can go. But just need make it if s/he is a Ward C or something Prisoner they get privileges to goto other wards.

Edit:I might change the name of the commands to /wards so can get work and see add more privileges levels like D Prisoner etc.

Re: [Mod] warp [simple_warp]

PostPosted: Fri Dec 05, 2014 10:36
by indriApollo
? :D

Re: [Mod] warp [simple_warp]

PostPosted: Fri Dec 05, 2014 11:38
by ThatGraemeGuy
Pretty much the same as the Travelpoints mod: viewtopic.php?id=8021

Re: [Mod] warp [simple_warp]

PostPosted: Fri Dec 05, 2014 12:03
by indriApollo
ThatGraemeGuy wrote:Pretty much the same as the Travelpoints mod: viewtopic.php?id=8021

yes ,you're right. If I had know that mod, I would have used it. But coming from minecraft, I'm used to warps.