MyWarps - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: MyWarps (/thread-1179.html) Pages:
1
2
|
MyWarps - tonibm19 - 07-10-2013 PLUGIN OUTDATED Please use Essentials instead: https://forum.cuberite.org/showthread.php?tid=1840 This is a warps plugins based on Mcrainbow warps and STR_Warrior warps plugin. Why is it different? Features: - All you can expect from a simple warps plugin. - Change gamemode when changing world (configurable in main.lua) - Clear inventory when changing from creative to survival (configurable in main.lua) - Includes bugfixes (now you won't spawn underground or die when changing world) - Use signs to warp!:D Permisions: /warp warp.warp /setwarp warp.setwarp /delwarp warp.dropwarp /warps warp.listwarp warp.createsign // Allows you to make a [Warp] sign Default settings change_gm_when_changing_world = true clear_inv_when_going_from_creative_to_survival = false SignWarps [Warp] Warpname RE: MyWarps - tonibm19 - 01-03-2014 I'm now implementing signwarps, for v2 RE: MyWarps - tonibm19 - 02-15-2014 I've been too late but there is: v2 - Working with actual API - SignWarps (You can use signs to teleport to a warp) RE: MyWarps - xoft - 02-15-2014 Do the warps use cWorld:ChunkStay? RE: MyWarps - tonibm19 - 02-15-2014 Tell me what's that and they will Now I read. Will implement that later. RE: MyWarps - NiLSPACE - 03-19-2015 Could you remove the debug messages in this plugin? There are some in the OnPlayerBreakingBlock hook. RE: MyWarps - tigerw - 03-19-2015 The debug messages suggest a certain amount of... frustration? when writing the plugin :P RE: MyWarps - DiamondToaster - 03-19-2015 Ha, that's my kind of debugging. RE: MyWarps - tonibm19 - 03-19-2015 This plugin is outdated. Use Essentials instead (without the debug messages I supose) If I remember well something wasn't going as expected and I was a total noob so I tried and tried with debug messages to realize what was wrong but never removed RE: MyWarps - DiamondToaster - 03-20-2015 I still do stuff like this all the time. I use a constant log message so I can remove it by using Ctrl-F afterwards I suppose it's not a very good practice though. |