mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 10:43:23 +00:00
Compare commits
3 Commits
build-1.7.
...
build-1.7.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da9830ee05 | ||
|
|
b41ac992c0 | ||
|
|
af0bda8f3a |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -102,10 +102,10 @@ jobs:
|
||||
uses: ncipollo/release-action@v1.14.0
|
||||
with:
|
||||
artifacts: |
|
||||
CS2-SimpleAdmin${{ needs.build.outputs.build_version }}.zip
|
||||
CS2-SimpleAdmin-${{ needs.build.outputs.build_version }}.zip
|
||||
StatusBlocker-linux-${{ needs.build.outputs.build_version }}.zip
|
||||
StatusBlocker-windows-${{ needs.build.outputs.build_version }}.zip
|
||||
name: "CS2-SimpleAdmin Build #${{ needs.build.outputs.build_version }}"
|
||||
name: "CS2-SimpleAdmin-${{ needs.build.outputs.build_version }}"
|
||||
tag: "build-${{ needs.build.outputs.build_version }}"
|
||||
body: |
|
||||
Place the files in your server as follows:
|
||||
|
||||
@@ -22,7 +22,7 @@ public partial class CS2_SimpleAdmin : BasePlugin, IPluginConfig<CS2_SimpleAdmin
|
||||
public override string ModuleName => "CS2-SimpleAdmin" + (Helper.IsDebugBuild ? " (DEBUG)" : " (RELEASE)");
|
||||
public override string ModuleDescription => "Simple admin plugin for Counter-Strike 2 :)";
|
||||
public override string ModuleAuthor => "daffyy & Dliix66";
|
||||
public override string ModuleVersion => "1.7.7-alpha-9";
|
||||
public override string ModuleVersion => "1.7.7-alpha-10";
|
||||
|
||||
public override void Load(bool hotReload)
|
||||
{
|
||||
|
||||
@@ -937,6 +937,7 @@ public static class Time
|
||||
{
|
||||
public static DateTime ActualDateTime()
|
||||
{
|
||||
return DateTime.UtcNow;
|
||||
string timezoneId = CS2_SimpleAdmin.Instance.Config.Timezone;
|
||||
DateTime utcNow = DateTime.UtcNow;
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.7.7-alpha-9
|
||||
1.7.7-alpha-10
|
||||
13
README.md
13
README.md
@@ -1,4 +1,15 @@
|
||||
# CS2-SimpleAdmin
|
||||
<p align="center">
|
||||
<a href="https://github.com/daffyyyy/CS2-SimpleAdmin/actions/workflows/build.yml">
|
||||
<img src="https://github.com/daffyyyy/CS2-SimpleAdmin/actions/workflows/build.yml/badge.svg" alt="Build and Publish" />
|
||||
</a>
|
||||
<a href="https://github.com/daffyyyy/CS2-SimpleAdmin/releases/latest">
|
||||
<img src="https://img.shields.io/github/v/release/daffyyyy/CS2-SimpleAdmin?color=orange" alt="GitHub Release" />
|
||||
</a>
|
||||
<img src="https://img.shields.io/badge/Made_with-a_lot_of_tea_%F0%9F%8D%B5-red" alt="Made with a lot of tea 🍵" />
|
||||
</p>
|
||||
|
||||
# [](https://discord.com/channels/1160907911501991946/1180627186865156126)
|
||||
CS2-SimpleAdmin
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user