Zrips / Residence

Residence Bukkit Plugin
134 stars 85 forks source link

Res tp not working #1163

Closed Inf1n1ty2O2 closed 3 weeks ago

Inf1n1ty2O2 commented 4 months ago

I have the server on version 1.20.1, Residence version 5.1.4.3 and CMILib version 1.4.6.2. For some reason /res tp is not working for some players. It works with op, but not without op. Without op /res tp does nothing and it doesn't write any error either in chat or console.

lipind commented 4 months ago

Does your server have permission plugins? like LP

Inf1n1ty2O2 commented 4 months ago

Yes, it does. But from what I've seen, there is no permisson on /res tp and it's a base enabled command.

Zrips commented 3 months ago

@Inf1n1ty2O2 This could happen in case another plugin blocked ResidenceTPEvent event in which case no message will be put out by Residence plugin itself and teleport will not be processed. There are few teleportation checks, but all of those include some sort of feedback message in case it can't go any further, so lack of feedback message might indicate that event was canceled. Would recommend to test it without any other plugin