Skip to content

WarpKat/NoIntegrity.Org-Plugin-for-Unturned-LDM

Repository files navigation

"# NoIntegrity.Org Plugin for Unturned LDM"
This plugin is written specifically for Unturned LDM and targeted at custom "Creative" servers.

It references the most current DLL's available for Unturned and LDM (Rocket).

Some code was borrowed from other projects, which might be considered defunct:

  • uEssentials
  • Kits
  • Item Vault
  • Loadouts
  • BTAdvanceRestrictor ...and probably a few others.

    Also thanks to BlazingFlame and MrKan in the LDM Community Discord for their guidance and suggestions!!!

    The reason for this plugin was two-fold:
  • I needed database save/load slots for my creative server, which I had originally purchased from Mr. Kwabs long ago, but Imperial decided to lock my key. And I'm not paying for it again. (sorry Mr. Kwabs!)
  • I eventually needed to learn C#, so what better and more fun way to do it than with a game? ^_^

    (I don't very much like C#)

    I am releasing the source for this plugin to the public so that others can compile it for themselves, make modifications, improve it, etc.

    My giveback to a game I thought I'd never get addicted to. (thanks, Nelson)

    You may use bits and pieces of this code for your own projects - just give credit where credit is due, whether to myself or to others who contributed to this ecosystem.

    This plugin requires access to a MySQL server. I am not doing JSON for data storage as it's less friendly with live servers, so please don't ask for a version that does JSON.

    I do keep a Trello board, but it's not public.

    If you have questions, feel free to email me: warpkat@nointegrity.org

    NoIntegrity.Org Discord: https://discordapp.com/invite/AZMwbmj NoIntegrity.Org Website:

    --- PLAY LIKE YOU GOT A PAIR! ---

    Commands:

/slotsave x
Saves current loadout to slot x.
Permission: slotsave

/slotload x
Loads the saved loadout from slot x.
Permission: slotload

/bladd x
For admin use, adds item x to the blacklist with immediate effect.
Permission: bladd

/bldel x
For admin use, deletes item x from the blacklist with immediate effect.
Permission: bldel

/stats
Provides Kills/Deaths/Headshot Percentage and KDR stats to the user.
Permission: stats