forked from minetest-mods/warps
23 lines
505 B
Plaintext
23 lines
505 B
Plaintext
|
|
||
|
"Warps" - a simple warp mod for minetest.
|
||
|
|
||
|
========
|
||
|
|
||
|
/setwarp [name]
|
||
|
/delwarp [name]
|
||
|
/warp [name]
|
||
|
/listwarps
|
||
|
|
||
|
priv: warp_admin - set/change/delete warps
|
||
|
priv: warp_user - list, and use warps
|
||
|
|
||
|
========
|
||
|
|
||
|
Copyright (C) 2015 - Auke Kok <sofar@foo-projects.org>
|
||
|
|
||
|
"warps" is free software; you can redistribute it and/or modify
|
||
|
it under the terms of the GNU Lesser General Public License as
|
||
|
published by the Free Software Foundation; either version 2.1
|
||
|
of the license, or (at your option) any later version.
|
||
|
|