Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
What is PNode?
PNode is a Paper plugin that lets you create server automation and game logic using a visual, node-based interface right from your server, with no Java knowledge required.
Instead of writing code, you connect nodes on a canvas. Each node represents an action, condition, or data transformation. By wiring them together, you build graphs that execute in response to Minecraft events, timers, or custom commands.
This approach is similar to visual scripting systems like Unreal Engine Blueprints but designed specifically for Minecraft servers.

Example: Creating a graph that makes a specific block drop an extra item.
For advanced users, the Custom Code node allows you to write Groovy scripts and access the full Bukkit/Paper API when needed.
Commands
Use /pnode followed by a subcommand:
- token - Generate an authentication token for graphs
- reload [id] – Reload a graph by its ID
- list – List all loaded graphs
- enable [id] – Enable a graph
- disable [id] – Disable a graph
- trigger [id] – Manually trigger a graph
- info – Show plugin information
Permissions
- pnode.admin – Access to all /pnode admin commands
- pnode.use – Permission to trigger PNode scripts
Integrations
PNode integrates with popular plugins, including:
- LuckPerms
- SimpleVoiceChat
- PlaceholderAPI
- Vault
API
PNode provides a developer API for extending functionality and integrating with other plugins. Learn more here: https://pnode.pro/wiki/dev-api
Future Plans
- Additional entity nodes
- More player event triggers
- WorldGuard integration
- Citizens integration
- MythicMobs integration
- EssentialsX integration
- WorldEdit / FastAsyncWorldEdit integration
- ProtocolLib integration
- Multiverse integration
- GriefPrevention integration
- DiscordSRV integration
- Oraxen integration
Statistics
PNode collects anonymous server statistics by default to help improve the plugin.
No personally identifiable information is collected. Collected data includes:
- Server UUID
- Player count
- Plugin version
- Minecraft version
- Server software (e.g., Paper)
This feature can be disabled in the configuration.
Support
If you enjoy using PNode, consider supporting development with a small donation: https://buymeacoffee.com/f02k
More Information
Visit the official wiki for guides and documentation: https://pnode.pro/



