SimpleWarp
With this plugin you can easily create warp points, delete them, teleport to them or list all warp points.
commands:
- /warp <warpname> - Teleports you to a warppoint
- /setwarp <warpname> - Creates a warppoint
- /delwarp <warpname> - Deletes a warppoint
- /warps - Lists all warppoint
- /warpversion - Displays current plugin version
- /position <position | list | del> - This command can be used to save positons. So the coordinates at which the player is standing will be saved.
- /position <NameOfThePosition> - Creates a new position or displays an existing position by name
- /position list - Displays all positions that have been saved
- /position del <NameOfThePosition> - Deletes a set position
The plugin now also features a "per-warp-permission System". That means if you enable "RequirePermissionForEachWarp" in your Warps.yml Config, every Warp Point gets an individual Permission that follows this scheme: "simplewarp.warp.WARPNAME". (You have to replace WARPNAME with the exact name of your warp point). Only players with the correct permissions can see and use the warp points.
permissions:
- (simplewarp.warp.WARPNAME)
- simplewarp.warp
- simplewarp.delwarp
- simplewarp.setwarp
- simplewarp.warps
- simplewarp.position
- simplewarp.position
- simplewarp.position.create
- simplewarp.position.view
- simplewarp.position.list
- simplewarp.position.del
You can find the source-code on my GitHub repository
Good morning,
I downloaded the new version of your plugin and I installed it on my server which is hosted by Hostinger, unfortunately the system to have several warps which require a different authorization each does not work, I however replaced "WARNAME" by the name of the warp and it doesn't work.
I use a plugin equivalent to LuckPerms called PowerRanks, maybe your plugin is incompatible with PR, I don't know and I'm desperate
please, I need help!
In reply to DevsJava:
Hi DevsJava,
to enable the system which requires different levels of authorization, please follow this steps:
- Make sure you set RequirePermissionForEachWarp to true in your Warps.yml
- To now give players the ability to warp to a specific Warp Point, give the following permission to your players: simplewarp.warp.WARPNAME
Replace WARPNAME with the name of your warp point.
It is very unlikely that SimpleWarp is incompatible with your permission system. This should work with any system out there.
Maybe your permission system behaves differently if you are OP, so you could try to test the PermissionWarpSystem with OP and NON-OP Players.
If you need further assistance you can add me on discord :) marie <3#0031
Hello there! hope the devs are doing good.
I'm here cause I have a problem that i cant figure out.
Basically I made a server that's public, and I want the players without OP to be able to use /warp I cant figure it out I hope someone can help (its on aternose)
In reply to vastfoool:
Hi vastfool,
I'm sorry for the late reply.
You need a permission system like luckperms. There you can give the corresponding permission to your non-OP players.
If you need further assistance you can add me on discord :) marie <3#0031
Hi, is this going to be updated to 1.19? /setwarp no longer works.
In reply to EightBitsaByte:
Hi EightBitsaByte,
/setwarp should also work in the newest version of minecraft, if you don't get the feature to work you can create a help request via the "Issues" tab on github :)
My players are all able to see each others and use each other's warps. Is there any fix to this?
In reply to PortsNotAlt:
Hi PortsNotAlt,
currently there's no way to limit the access from warp points. If you think that this is a feature that should be added, you can create a feature suggestion on github via the "Issues" tab :)
Has this been tried on 1.18.2 and is it working?
In reply to gjacka:
Tested, it works with 1.18.2
Hi, how do I activate the plugin? in fact it is already active, but it is not working on my server, do I have to edit some file? restart minecraft? the server I already restarted.
In reply to alucabrgames:
Do you have an error message in your server console?
In reply to lucif3r_za:
Yeah, this should be correct
Hi Anyone know how to allow everyone in the server to use the warp commands because only so far a little bit of people can
In reply to ZappleZzz:
You have to configure this in your Permission system if you don't have one, you can use SimplePerms: https://dev.bukkit.org/projects/simpleperms
Hi! When i try to use the /position command the console ruturns "This feature has been disabled by a network administrator."
How can i enable it? I am currently the admin of my own server
Cool plugin btw, if i can solve this problem with positions its just what i need.
In reply to ilnabbomatto:
Hi,
You have to enable the position system in your plugins folder under Simple Warp Config.yml.
In this file you can set the permission system to true.
In reply to asmax25:
Where can i find this file?
Inside "plugins\SimpleWarp" I just have "Warps.yml"
Is this file stored somewhere else maybe?
EDIT: I downloaded the 2.3 version
In reply to asmax25:
I tried to delete "SimpleWarp" folder and let the the plugins to reload itself, still no configuration file.
I can set and teleport to warps, but i cannot use the "/position" command.