ATTENTION: This plugin is STILL in development. Something will or will not work!
If you put any errors or request for support in the review we won't help you!
Review section is for review and NOT support!
If you put any errors or request for support in the review we won't help you!
Review section is for review and NOT support!
Computer+
What is computer+?
Computer+ is an Api to create custom Devices, Os systems and Apps! This plugin enables developers to make their own devices and apps on this system! This way you can expand your server with devices with their own operating system and custom apps! The only things that can hold you back is your knowledge about java or your imagination.
For who is this plugin?
You can use it for any project you can use it for, there are only some terms regarding using the plugin.
- You're not allowed to say that this is your plugin
- You're not allowed to sell this plugin.
- You're not allowed to sell your apps publicly on spigot or any market place.
- You're not allowed to upload any plugin with devices, operating systems or apps that will exploit the plugin or its features.
- Your are allowed to make "virussen" for roleplay, but if you publish it to spigot aknowledge it in your spigot page that its a feature of your plugin!
Computer+ is an Api to create custom Devices, Os systems and Apps! This plugin enables developers to make their own devices and apps on this system! This way you can expand your server with devices with their own operating system and custom apps! The only things that can hold you back is your knowledge about java or your imagination.
For who is this plugin?
You can use it for any project you can use it for, there are only some terms regarding using the plugin.
- You're not allowed to say that this is your plugin
- You're not allowed to sell this plugin.
- You're not allowed to sell your apps publicly on spigot or any market place.
- You're not allowed to upload any plugin with devices, operating systems or apps that will exploit the plugin or its features.
- Your are allowed to make "virussen" for roleplay, but if you publish it to spigot aknowledge it in your spigot page that its a feature of your plugin!
Support
Join our discord for any support and make a ticket!
Features
- Make your own custom OS
- Make your own custom Devices
- Make your own custom Apps
Developers
This is the basic documentation about the plugin, keep in mind that syntax might change after time until the release.
We use a Library to register and keep all basic functions in.
To get the Library class you need to use:
We use a Library to register and keep all basic functions in.
To get the Library class you need to use:
Code (Java):
Library lib
= Library.
get
(
)
;
Code (Java):
//To register a operation System use:
//Syntax follows: String name, String version, IOperatingSystem operatingsystemclass
lib. addOperatingSystem ( "my Custom OS", "Pre-Release 0.5", new customOS ( ) ) ;
//To get the OS back use:
//Syntax follows: String OperatingSystemName
OperatingSystem mycustomOS = lib. getOperatingSystemByName ( "my Custom OS" ) ;
//Syntax follows: String name, String version, IOperatingSystem operatingsystemclass
lib. addOperatingSystem ( "my Custom OS", "Pre-Release 0.5", new customOS ( ) ) ;
//To get the OS back use:
//Syntax follows: String OperatingSystemName
OperatingSystem mycustomOS = lib. getOperatingSystemByName ( "my Custom OS" ) ;
Code (Java):
//To register a DeviceType use:
//Syntax followes: String name, Type type, ItemStack item, IDevice devicetypeclass, OperatingSystem OS, screenSize size
lib. addDeviceType ( "customDevice", Type. armorstand, new ItemStack (Material. getMaterial ( "SKULL_ITEM" ), 1, ( short ) 3 ), new customDevice ( ), customOS, screenSize. s9x6 ) ;
//Syntax followes: String name, Type type, ItemStack item, IDevice devicetypeclass, OperatingSystem OS, screenSize size
lib. addDeviceType ( "customDevice", Type. armorstand, new ItemStack (Material. getMaterial ( "SKULL_ITEM" ), 1, ( short ) 3 ), new customDevice ( ), customOS, screenSize. s9x6 ) ;
Code (Java):
//To register a app use:
//Syntax follows: String name, String version, ItemStack item, IApp appclass
lib. addApp ( "customApp", "Alfa 0.2", new ItemStack (Material. COMPASS ), new customApp ( ) ) ;
//Syntax follows: String name, String version, ItemStack item, IApp appclass
lib. addApp ( "customApp", "Alfa 0.2", new ItemStack (Material. COMPASS ), new customApp ( ) ) ;
Code (Java):
//For all: after you use implements it will ask you to add missing functions
//App Class:
public class customApp implements IApp {
}
//OS Class:
public class customOS implements IOperatingSystem {
}
//DeviceType Class:
public class customDevice implements IDevice {
}
//App Class:
public class customApp implements IApp {
}
//OS Class:
public class customOS implements IOperatingSystem {
}
//DeviceType Class:
public class customDevice implements IDevice {
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.12, 1.13, 1.14
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
ComputerPlus [1.12 - 1.17+] is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13, 1.14, 1.15 and newer. Downloaded 9,086 times (via Spigot). Download it and open it directly in the game.