Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (target.isInJail() || requestor.isInJail())
- {
- requestor.sendMessage("The player you tried to invite is currently jailed.");
- return;
- }
- +
- + if (target.isInFunEvent() || requestor.isInFunEvent())
- + {
- + requestor.sendMessage("You cannot create party at TvT Event.");
- + return;
- + }
- +
- if (target.isInOlympiadMode() || requestor.isInOlympiadMode())
- return;
Advertisement
Add Comment
Please, Sign In to add comment