All Projects → Sceleratis → Adonis_2.0

Sceleratis / Adonis_2.0

Licence: MIT license
Roblox Server Administration System

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Adonis 2.0

Adonis
Roblox Server Administration System
Stars: ✭ 134 (+272.22%)
Mutual labels:  roblox, adonis, adonis-loader
matter
A modern ECS library for Roblox.
Stars: ✭ 39 (+8.33%)
Mutual labels:  roblox
Rboxlo
Roblox private server
Stars: ✭ 173 (+380.56%)
Mutual labels:  roblox
lua-lessons-ru
Исходные тексты видео курса "Уроки Love2D, Roblox и Lua для всех"
Stars: ✭ 13 (-63.89%)
Mutual labels:  roblox
tarmac
Command line tool to manage Roblox assets
Stars: ✭ 73 (+102.78%)
Mutual labels:  roblox
MockDataStoreService
Emulation of Roblox's DataStoreService for seamless offline development & testing
Stars: ✭ 39 (+8.33%)
Mutual labels:  roblox
rojo.space
Rojo website
Stars: ✭ 32 (-11.11%)
Mutual labels:  roblox
Chrome
This is the source of the Roblox+ Google Chrome extension!
Stars: ✭ 27 (-25%)
Mutual labels:  roblox
Aurora
(Deprecated) Aurora is a library that can manage status effects (known as "Auras") in your Roblox game.
Stars: ✭ 23 (-36.11%)
Mutual labels:  roblox
bypass-captcha-examples
Different complex captcha bypass examples: Steam, Netflix, Data Dome, Adobe, etc.
Stars: ✭ 62 (+72.22%)
Mutual labels:  roblox
roblox-requests
The simple, elegant way to send HTTP requests in Roblox.
Stars: ✭ 26 (-27.78%)
Mutual labels:  roblox
vscode-rojo
Visual Studio Code plugin for Rojo
Stars: ✭ 21 (-41.67%)
Mutual labels:  roblox
Flipper
A motion library for Roblox
Stars: ✭ 80 (+122.22%)
Mutual labels:  roblox
t
A Runtime Typechecker for Roblox
Stars: ✭ 115 (+219.44%)
Mutual labels:  roblox
Fabric
Fabric provides infrastructure for representing the state of things in your game.
Stars: ✭ 59 (+63.89%)
Mutual labels:  roblox
RbxRefresh
Syncs a local file structure to ROBLOX Studio.
Stars: ✭ 18 (-50%)
Mutual labels:  roblox
awesome-roblox
A curated list of ROBLOX resources, plugins and frameworks!
Stars: ✭ 76 (+111.11%)
Mutual labels:  roblox
StudioComponents
(WIP) Roact implementations of Roblox Studio components.
Stars: ✭ 35 (-2.78%)
Mutual labels:  roblox
TopbarPlus
Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.
Stars: ✭ 51 (+41.67%)
Mutual labels:  roblox
ro.py
ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.
Stars: ✭ 65 (+80.56%)
Mutual labels:  roblox

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

⚠️ NOTICE

This version of Adonis is a WORK IN PROGRESS and is missing many features. For the current and supported version, see the Adonis 1.0 repository.

⚠️ DO NOT USE ADONIS 2.0 IN A PRODUCTION ENVIRONMENT! IT WILL NOT WORK. ⚠️

The following information on this page may not be accurate.

Installation

(WIP)

If you get stuck, feel free to ask for assistance in our Discord server.

Method 1 (recommended): 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].