SPluginsSPlugins

Welcome to Score Plugins Wiki

Welcome to the comprehensive documentation for all Score Plugins!

Here you'll find detailed information about:

๐ŸŽฎ Main Plugins

  • ExecutableItems - Create custom items with unique abilities and commands
  • ExecutableBlocks - Create custom blocks with special functions
  • ExecutableEvents - Create custom events and triggers
  • MyFurniture - Add custom furniture to your Minecraft server
  • ExecutableCrafting - Create custom crafting recipes

๐Ÿ› ๏ธ Tools for All Plugins

All plugins use SCore that has a set of powerful tools:

  • Custom Commands - Execute complex command sequences
  • Custom Conditions - Create conditional logic for your items and blocks
  • Custom Projectiles - Design unique projectile behaviors
  • SCore Variables - Dynamic variable system
  • SCore Particles - Advanced particle effects

๐Ÿš€ Getting Started

Browse the Complete Documentation Sitemap to see all available pages, or select a plugin from the sidebar to begin exploring. Each plugin section contains:

  • Installation guides
  • Configuration references
  • Frequently asked questions
  • Tutorials and examples
  • API documentation

๐Ÿ“ž Support

Need help? Join our Discord !

Try it now

Copy this into ExecutableItems and reload

From the SCore custom commands reference. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.

activators:
  activator0: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of player
    playerCommands:
    - ABSORPTION amount:5 time:200 # Gives the player absorption
  activator1: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of target
    targetCommands:
    - ABSORPTION amount:5 time:200 # Gives the target absorption
ExecutableItems

Plugin used on this page

ExecutableItems

Custom items with abilities, activators and commands โ€” no code.

  • 5.0/5 from 10 reviews
  • 3.0K servers running it right now (bStats)
  • 53 downloads on SPlugins

โ‚ฌ19.99

one-time, lifetime updates

Created Oct 26, 2025Last updated Dec 12, 2025 by Ssomar
Edit this page on GitHub