-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.info
More file actions
15 lines (12 loc) · 844 Bytes
/
Copy pathplugin.info
File metadata and controls
15 lines (12 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Comments can be added using the # character
# This file works the same way as a language file,
# except that fields aren't converted to Strings and keep their original type
# See (https://github.com/hds536jhmk/ProcessorEmulator/blob/master/src/main/resources/localization/en-us.lang)
# It's really simple, it's a key-value file with the following syntax:
# "key.which.is.a.double.quoted.string" = "Value which can be a String, char, long, double, boolean"
# The ID of this plugin, if more plugins have the same ID only one of them will be registered
"plugin.id" = "io.github.hds.pemu:ruby_processor"
# The name and version of this plugin, it's used to show the user a pretty name for the plugin
# It's usually "name:version" but can be changed by overloading the "toString" method
"plugin.name" = "Ruby Processor"
"plugin.version" = "1.2"