CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 15:48:37 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=d8033608b0c3e827b31f4b76fdd59868bc68b8bf526c1ef1976b3f59bd13538da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22kBMo2TAJ7A3SwwwpZcd542Bk8JX39J_D%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cf80b53938a9b7-BLR
guicommand.java - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package me.tylercreator.guichunk.commands;
- import org.bukkit.command.Command;
- import org.bukkit.command.CommandExecutor;
- import org.bukkit.command.CommandSender;
- import org.bukkit.entity.Player;
- import me.tylercreator.guichunk.Main;
- import me.tylercreator.guichunk.ui.gui;
- public class guicommand implements CommandExecutor {
- private Main plugin;
- public guicommand(Main plugin) {
- this.plugin = plugin;
- plugin.getCommand("guichunk").setExecutor(this);
- }
- @Override
- public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
- // TODO Auto-generated method stub
- if (!(sender instanceof Player)) {
- return true;
- }
- Player p = (Player) sender;
- if (p.hasPermission("guichunk.user")) {
- p.openInventory(gui.GUI(p));
- }
- return false;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 2 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 7 sec ago | 0.10 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 9 sec ago | 0.10 KB
-
⭐⭐⭐ G2A Payment Exploit ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 13 sec ago | 0.24 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 21 sec ago | 0.10 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 22 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 24 sec ago | 0.24 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 31 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand