All Projects → Sceleratis → Adonis

Sceleratis / Adonis

Licence: MIT License
Roblox Server Administration System

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Adonis

Adonis 2.0
Roblox Server Administration System
Stars: ✭ 36 (-73.13%)
Mutual labels:  roblox, adonis, adonis-loader
Pyblox
An API wrapper for Roblox written in Python. (Receives Updates)
Stars: ✭ 30 (-77.61%)
Mutual labels:  roblox
spr
Spring-driven motion library
Stars: ✭ 43 (-67.91%)
Mutual labels:  roblox
lua-lessons-ru
Исходные тексты видео курса "Уроки Love2D, Roblox и Lua для всех"
Stars: ✭ 13 (-90.3%)
Mutual labels:  roblox
prefabs
Roblox plugin for making reuseable assets and keeping them in sync across your game
Stars: ✭ 16 (-88.06%)
Mutual labels:  roblox
Rboxlo
Roblox private server
Stars: ✭ 173 (+29.1%)
Mutual labels:  roblox
studio-bridge
Automatic syncing of files to Roblox Studio
Stars: ✭ 12 (-91.04%)
Mutual labels:  roblox
Chrome
This is the source of the Roblox+ Google Chrome extension!
Stars: ✭ 27 (-79.85%)
Mutual labels:  roblox
roblox-requests
The simple, elegant way to send HTTP requests in Roblox.
Stars: ✭ 26 (-80.6%)
Mutual labels:  roblox
adonisjs-laravel-mix
An AdonisJs fullstack application blueprint with Laravel Mix
Stars: ✭ 17 (-87.31%)
Mutual labels:  adonis
Axon
Unrestricted Lua Execution
Stars: ✭ 59 (-55.97%)
Mutual labels:  roblox
Stitch
A Roblox ECS - with an emphasis on simplicity and extendability
Stars: ✭ 16 (-88.06%)
Mutual labels:  roblox
t
A Runtime Typechecker for Roblox
Stars: ✭ 115 (-14.18%)
Mutual labels:  roblox
Rostar
Dead simple fully managed Rojo helper for Roblox projects
Stars: ✭ 26 (-80.6%)
Mutual labels:  roblox
adonis-modules
📦 Discover all AdonisJS packages developed by the community
Stars: ✭ 23 (-82.84%)
Mutual labels:  adonis
rbx-dom
Roblox DOM and (de)serialization implementation in Rust
Stars: ✭ 76 (-43.28%)
Mutual labels:  roblox
adonisjs-create-react-app
Adonisjs + Create React App Boilerplate
Stars: ✭ 22 (-83.58%)
Mutual labels:  adonis
RbxRefresh
Syncs a local file structure to ROBLOX Studio.
Stars: ✭ 18 (-86.57%)
Mutual labels:  roblox
Aurora
(Deprecated) Aurora is a library that can manage status effects (known as "Auras") in your Roblox game.
Stars: ✭ 23 (-82.84%)
Mutual labels:  roblox
vscode-rojo
Visual Studio Code plugin for Rojo
Stars: ✭ 21 (-84.33%)
Mutual labels:  roblox

Adonis is a server moderation and management system created for use on the Roblox platform.

Installation

📢 New to Adonis? Take a look at our official quick start video here.
If you get stuck, feel free to ask for assistance in our Discord server.

Method 1: Official Roblox Model

  • Take a copy of the Adonis loader model from the Roblox library

  • Insert the model into Studio using the Toolbox into ServerScriptService

Method 2: GitHub Releases

  • Download the rbxm file snapshot from the latest release
  • Import the model file into Studio
    • Note: By default, snapshots included in releases have DebugMode enabled.

Method 3: Filesystem

  • Download the repository to your computer's file system
  • Install and use a plugin like Rojo to compile Adonis into a rbxmx file
    • If using Rojo, you can run rojo build /path/to/adonis -o Adonis.rbxmx to build a rbxmx
  • Import the compiled model file into Studio
    • Note: By default, loaders compiled from the repository have DebugMode enabled. This method compiles the bleeding edge version of Adonis, which may be unstable.

Debug Mode

The Adonis loader provides a DebugMode option which will load a local copy of the MainModule rather than fetching the latest version. This could be useful if you want to stay on a particular version of Adonis or want to maintain a custom version for your game. Debug mode expects the MainModule to share the same parent with the loader model (e.g. both should be in ServerScriptService). By default, snapshots provided in releases have DebugMode enabled.

Toggling debug mode

  • Open Adonis_Loader > Loader > Loader
  • Change DebugMode at the end of the data table to the desired value (e.g. DebugMode = false)

Links

Contributing

The purpose of this repository is to allow others to contribute and make improvements to Adonis. Even if you've never contributed on GitHub before, we would appreciate any contributions that you can provide.

Contributing Guide

Read the contributing guide to get a better understanding of our development process and workflow, along with answers to common questions related to contributing to Adonis.

License

Adonis is available under the terms of the MIT license. Read more details about the license here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].