[SPIGOT-6633] Im new to spigot and im trying to get a basic heal command working Created: 08/Jul/21 Updated: 08/Jul/21 Resolved: 08/Jul/21 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | abdelrahman rashwan | Assignee: | Unassigned |
Resolution: | Invalid | Votes: | 0 |
Labels: | 1.16.1, command, nullpointerexception, spigot | ||
Environment: |
```java package pluginsUghhhh.vzplugin; import org.bukkit.plugin.java.JavaPlugin; public final class VZplugin extends JavaPlugin { @Override @Override } ``` package pluginsUghhhh.vzplugin; import org.bukkit.command.Command; public class heal implements CommandExecutor { @Override } else { sender.sendMessage("BRUH"); } return false; ``` command class ```yml name: VZplugin ``` yml plugin |
Version: | 1.16.1 |
Guidelines Read: | Yes |
Description |
(all my indentations are right it just didnt paste correctly), im getting an npe at onenable when setting executor |
Comments |
Comment by abdelrahman rashwan [ 08/Jul/21 ] |
oops ignore this |