Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
#-----------------------------------------------------------------------------------------------------------# # MyCommand Commands config file (last update v5.5.0) # # # # BukkitDev Help page : https://dev.bukkit.org/projects/mycommand/pages/getstarted # # # # How to make a command : (See an example command below) # # For first, put your command name on first line # # Now put your command_line name after the "command:" line. Don't forget the '/' before your command. # # So, now select your command type from a predefined list putting it after "type" line # # COMMAND TYPE LIST : # # TEXT , ALIAS , RUN_COMMAND , BROADCAST_TEXT , RUN_COMMAND_TEXT , RUN_COMMAND_BROADCAST_TEXT # # ADD_PERMISSION , WARMUP , COOLDOWN , RUN_CONSOLE , RUN_CONSOLE_RANDOM , SPOUT_TEXT # # RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION # # BAR_API_TEXT , BAR_API_BROADCAST_TEXT , CALL_URL, TITLE, BROADCAST_TITLE, ACTION_BAR # # # # If your command is "TEXT" type, you can put multiple line of text below this parameter # # You can do the same thing with the "RUNCOMMAND" type, but instead of text, puts commands in this list # # For delayed command(s) add $delay$ before the command in runcmd Example : - $delay$/list # # Set delay time with delaytimer: 5 (5 = seconds) | # # If you are using the Vault plugin, you can put the "cost: 123.0" with this line. # # You can customize your permission node by placing "permission-node:" field in a command # # Also,you can change the permission error message with "permission-error:" # # Custom error-message for invalid args ,put "error-message:" line in a command. # # You can use itemcost : 'ID:AMOUNT' for set a cost with items. # # Register REAL commands putting "register: true" below the command. # # With register commands you can use the "tab_completer: - Hi - Hello!" # # For Scripts and more features, find more on the bukkitdev page # #-----------------------------------------------------------------------------------------------------------# wartungen_server: command: /wartungen type: TEXT text: - '&8|━━━━━━━━━━━━━━━━━━━━ &cWartungen&8 ━━━━━━━━━━━━━━━━━━━━|' - '&eDieser Befehl ist in wartungen!' - '&8|━━━━━━━━━━━━━━━━━━━━ &cWartungen&8 ━━━━━━━━━━━━━━━━━━━━|' permission-required: false regeln_server: command: /regeln type: TEXT text: - '&8|━━━━━━━━━━━━━━━━━━━━ &cRegeln&8 ━━━━━━━━━━━━━━━━━━━━|' - '&f1. &cHacken &7in aller Form ist &cverboten!' - '&f2. &cSpammen &7in aller Art ist &cverboten!' - '&f3. &cBeleidigen &7in aller Form ist &cverboten!' - '&f4. &cWerbung &7ist in aller Form &cverboten!' - '&f5. &cEchtgeld-Handel &7ist strengstens &cverboten!' - '&f6. &cSchädliche Daten &7zu verbreiten ist &cverboten!' - '&f7. &cPrivate und Sensible Daten &7zu verbreiten ist &cverboten!' - '&f8. &cPornografische Inhalte &7sind strengstens &cverboten!' - '&f9. &7Es gibt keine &cFehler&7, nur &aFeatures&7!' - '&f10. &cBitte &7achtet auf die Anweisungen des &6Teams!' - '&8|━━━━━━━━━━━━━━━━━━━━ &cRegeln&8 ━━━━━━━━━━━━━━━━━━━━|' permission-required: false discord_server: command: /discord type: TEXT text: - '&8|━━━━━━━━━━━━━━━━━━━━ &9Discord&8 ━━━━━━━━━━━━━━━━━━━━|' - '&aWir haben einen Discord:' - '&6https://discord.gg/7YCXGQU' - '&8|━━━━━━━━━━━━━━━━━━━━ &9Discord&8 ━━━━━━━━━━━━━━━━━━━━|' permission-required: false plugin_server: command: /pl type: TEXT text: - '&fModule (1): &eServer' permission-required: false plugin_server2: command: /plugins type: TEXT text: - '&fModule (1): &eServer' permission-required: false help_command: command: /hilfe type: TEXT text: - '&8|━━━━━━━━━━━━━━━━ &eHilfe&8 ━━━━━━━━━━━━━━━━|' - '&aUnter &6/warp &afindest du die Warps!' - '&8|━━━━━━━━━━━━━━━━ &eHilfe&8 ━━━━━━━━━━━━━━━━|' permission-required: false tab_completer: command: /greets type: RUN_COMMAND runcmd: - '$broadcasttext$&0[&e$player&0]&r $multiargs' required_args: 1 register: true tab_completer: - Hi - Hello! - Well Met! delay_example: command: /mycmd-countdown type: RUN_COMMAND runcmd: - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color3..' - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color2..' - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color1..' - '$delay$$broadcasttext$&0[&eCountdown&0] &eGO!!' cost: 0 delaytimer: 1 delaytimer_format: SECONDS some_placeholders: command: /playerinfo type: TEXT text: - '&2Player name : &a$player' - '&2World : &a$world' - '&2Health : &a$health &2Food : &a$food' - '&2Exp : &a$exp &2Level : &a$level' - '&2Gamemode : &a$gamemode' - '&2LastDamage : &a$lastdamage' mycmd_list_command: command: /mycmd-online type: TEXT text: - '&2There are &a$online &2players online.' - '&a $ponline' clear_chat: command: /cc type: BROADCAST_TEXT text: - '%Repeat%100% ' - '&eServer &8┃ &7Der &6Chat &7wurde &6geleert!' error-message: '&c» &7Das ist nicht erlaubt!' permission-required: true permission-node: cc.admin server_menu: command: /menu type: ICON_MENU text: - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES' - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL' iconmenu_title: '&eServer Menu' iconmenu_size: 27 iconmenu_commands: - 3:GOLDEN_APPLE:0:/hilfe:&2Hilfe:&aÖffnet das Hilfe Menü! - 21:EMERALD:0:/list:&6Online Spieler:&bZeigt dir alle online Spieler! - 5:PAPER:0:/regeln:&9Regeln:&bZeigt dir die Regeln! - 13:BOOK:0:/discord:&dDiscord:&eUnser Discord! - 23:NAME_TAG:0:/wartungen:&cComing Soon:&cComing soon! cost: 0 delaytimer: 5 permission-node: menu.user permission-required: true iconmenu_page2: command: /iconmenu2 type: ICON_MENU iconmenu_title: 'Page 2' iconmenu_size: 9 iconmenu_commands: - '0:LEGACY_GOLDEN_APPLE:0:Do something:Hello!:=)' - '8:LEGACY_WOOL:13:%openiconmenu%/iconmenu:Return Back:&cChange IconMenu Page;&a<---------' cost: 0 delaytimer: 5 dailybonus: command: /daily type: RUN_CONSOLE runcmd: - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%" - "$text$&6&lDailyBonus &7| &b Moin $player! Hier ist deine tägliche Belohnung!" - "$text$&6&lDailyBonus &7| &b Du hast +1 DIAMANTEN erhalten!" - "%PlayerOptions%addItem: DIAMOND:1" - "$Script$%PlayerData%DailyBonus=$todaydate" - "$text$&6&lDailyBonus &7| &bKomm morgen wieder!" - "$Script$%else%" - "$text$&6&lDailyBonus &7| &bNicht so gierig! Komm morgen wieder!" permission-node: daily.user permission-required: true broadcast_message_with_perm: command: /brmsgwithperm type: BROADCAST_TEXT text: - "Only the player with the correct permission can see this message" broadcast_message_permission_node: permission.for.see.this.message dynamiciconmenu: command: /dynamiciconmenu type: ICON_MENU iconmenu_size: 36 iconmenu_mode: DYNAMIC permission-required: false iconmenu_commands: - "0:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "1:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "2:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "3:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "4:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "5:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "6:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "7:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "8:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "9:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "11:CLOCK:0:%stayopen%:&aServer time - $random_color$time:&bToday Date - &6 $todaydate" - "13:BEACON:0:/mycmd:&6MyCommand:&eLaunch MyCommand" - "15:ENDER_PEARL<next>ENDER_EYE<next>AIR:0:%stayopen%:???<next>!!!<next>AIR: " - "17:YELLOW_WOOL<next>LIME_WOOL:4:/command_example: : " - "18:LIME_WOOL<next>YELLOW_WOOL:5:/command_example: : " - "19:BOOK<next>2,BOOK<next>3,BOOK:0:%stayopen%:$random_colorPage 1<next>$random_colorPage 2<next>$random_colorPage 3:1<next>2<next>3" - "22:1,IRON_CHESTPLATE<next>GOLDEN_CHESTPLATE;PROTECTION_ENVIRONMENTAL;1<next>DIAMOND_CHESTPLATE;PROTECTION_EXPLOSIONS;3:0:/command_example::Description;Line 2..." - "25:BARRIER:0:%close%:Close this menu:&cClick here;&cto close" - "26:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "27:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "28:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "29:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "30:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "31:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "32:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "33:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " - "34:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : " - "35:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : " delaytimer: 2 holographic_example: command: /holoexample type: HOLOGRAPHIC_TEXT text: - "&eHello $player, how are you?" - "$random_coloryeah, i'm fineeeee thanks!" - "&dCurrent time &5$time" delaytimer: 3 warp_menu: command: /warp type: ICON_MENU text: - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES' - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL' iconmenu_title: '&cWarps' iconmenu_size: 27 iconmenu_commands: - 3:ENDER_PEARL:0:/ewarp TeamHalle:&eTeamHalle:&bWarpt dich zur TeamHalle! - 5:BOOK_AND_QUILL:0:/ewarp Bewerben:&5Bewerben:&aWarpe dich zu den Bewerbungen! - 11:DIAMOND_SWORD:0:/ewarp PvP:&ePvP:&dWarpt dich zu PVP! - 13:MAGMA_CREAM:0:/spawn:&aSpawn:&6Warpe dich zum Spawn! - 15:DIAMOND_PICKAXE:0:/ewarp Speedmine:&2Speedmine:&6Teleportiere dich zu Speedmine! - 21:CHEST:0:/ewarp Shop:&5Shop:&9Teleportiere dich zum Shop! - 23:DIAMOND_BOOTS:0:/ewarp SkyPvP:&cSkyPvP:&3Teleportiere dich zu SkyPvP! delaytimer: 5 permission-node: warp.user permission-required: true kit_menu: command: /kit type: ICON_MENU text: - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES' - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL' iconmenu_title: '&6Kits' iconmenu_size: 27 iconmenu_commands: - 10:LEATHER_HELMET:0:/kit default:&eSpieler Kit:&bDas ist das Spieler Kit! delaytimer: 5 permission-node: kit.user permission-required: true
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
✅ API Glitch (Docs Leak)
CSS | 4 min ago | 0.45 KB
I made $15,000 in 2 days
CSS | 4 min ago | 0.45 KB
This summer smells like money
CSS | 5 min ago | 0.45 KB
HELLO PROGRAMMER
1 hour ago | 0.03 KB
Untitled
5 hours ago | 2.26 KB
FB2600 User Handbook v0.91
1 day ago | 6.06 KB
FB2600 Administrator & Moderator SOP
1 day ago | 8.13 KB
Untitled
1 day ago | 7.38 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
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!