PetteriM1 submitted a new resource:
Portals - Portals plugin
Portals - Portals plugin
Read more about this resource...Portals plugin
Read more about this resource...Portals plugin
At least the command must be without /Hello, I´ve been trying to configure the plugin but I am obviously doing something wrong since I haven´t been able make it work.
Here is what I´ve been doing:
1) Set a block coordinate as the bottom left corner of the portal and build a frame with any blocks from that position along the X axis. ie. 193 4 181
2) Go into the server filess > plugins > portals > config.yml
3) Input values into the code as follows:
# Portal from worldA to worldB
world: "worldA"
# portal's corner x
x: 193
# portal's start y
y: 4
# portal's corner z
z: 181
# portal's width
width: 2
# portal's height
height: 2
# portal's rotation x or z
rotation: "x"
# portal's command
command: "/mw tp worldB"
4) Restart server
5)Test portal
6)Nothing happens
I would very much appreciate any guidance that would help me set up the portals in my server.
Thank you very much.
Read the rest of this update entry...Added option to teleport player to world's default spawn when he uses portal. This can be used to fix infinity portal loop when using server transfers in portals on servers with player data saving enabled. Config file will update automatically.
The setup of the plugin doesn't allow for permissions support the code for grabbing the command is missing a p. .The code should be changed fromAt least the command must be without /
The project wouldn't even compile with that ?The setup of the plugin doesn't allow for permissions support the code for grabbing the command is missing a p. .The code should be changed from
Server.getInstance().dispatchCommand(p, c.getString("command"));
To
p.Server.getInstance().dispatchCommand(p, c.getString("command"));
that way the server can pull the perms from the player.
I say just give it a shot if it doesn't work then it doesn't work but i think whats happening is its running command through server but executing as player. But some commands are not working in that fashion like mw tpHowever when i try to use the multiworlds plugin teleport with this it says i dont have perm as op or when i set default group to have permission. I found that solution by looking at the plugin for using signs for commands it had that script. That one supports multipass as well as runs when you have perms
Read the rest of this update entry...You can now run console commands in portals by adding %consolecommand% in front of them. The placeholder for player name is %player%.
You can try by using the command aliases feature in nukkit.ymlCan I use more than two commands?
I don't have time for that but if someone else wants to make a video feel free to share it herehi please post yt video setting portals thankssss.
You could create a command alias which executes both commands in nukkit.yml and put that to the portalcan i send 2 commands? or should i just create 2 portals at same place so it run 2 commands?