simply-xp 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +62 -62
- package/package.json +52 -52
package/README.md
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
<p align="center"><img align="center" style="margin-bottom:-6px" src="https://i.imgur.com/BiaHJA7.png?maxwidth=128&fidelity=grand"></p>
|
|
2
|
-
|
|
3
|
-
<h2 style="font-size:2.5rem;" align="center">Simply-XP</h2>
|
|
4
|
-
|
|
5
|
-
<h2 align="center">A Simple, Easy and Beginner friendly XP System. <br>Uses Discord.js v13<br><br>Developed by Rahuletto#0243</h2>
|
|
6
|
-
|
|
7
|
-
<br>
|
|
8
|
-
<p align="center">
|
|
9
|
-
<a href="https://www.npmjs.com/package/simply-xp"><img src="https://img.shields.io/npm/v/simply-xp.svg?style=flat-square" /></a>
|
|
10
|
-
<a href="https://www.npmjs.com/package/simply-xp"><img src="https://img.shields.io/npm/dt/simply-xp?style=flat-square" /></a><br>
|
|
11
|
-
<a href="https://www.npmjs.com/package/simply-xp"><img src="https://nodei.co/npm/simply-xp.png?downloadRank=true&downloads=true&downloadRank=true&stars=true" /></a><br>
|
|
12
|
-
<a href="https://discord.gg/3JzDV9T5Fn"><img src="https://invidget.switchblade.xyz/3JzDV9T5Fn" /></a>
|
|
13
|
-
</p>
|
|
14
|
-
|
|
15
|
-
<br>
|
|
16
|
-
|
|
17
|
-
## 🖥️ <b>How to install ?
|
|
18
|
-
|
|
19
|
-
```
|
|
20
|
-
npm install simply-xp
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
(or)
|
|
24
|
-
|
|
25
|
-
```
|
|
26
|
-
yarn add simply-xp
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
<br>
|
|
30
|
-
|
|
31
|
-
# 🎉 What's New 🎉
|
|
32
|
-
|
|
33
|
-
- Fixed bugs
|
|
34
|
-
- New `addLevel(), setLevel(), reset()`
|
|
35
|
-
- roleSetup redefined.. Redid whole system.
|
|
36
|
-
- New everything.. Everything is now tidy and compact.
|
|
37
|
-
- levelUp event returns role id too !
|
|
38
|
-
- Re-coded to squeeze bugs
|
|
39
|
-
- Bug Fixes
|
|
40
|
-
|
|
41
|
-
# But Why ?
|
|
42
|
-
|
|
43
|
-
- Easiest XP System in Discord.js
|
|
44
|
-
- Fastest Support ever
|
|
45
|
-
- Rank Card Maker
|
|
46
|
-
- Beginner Friendly
|
|
47
|
-
- Easier than other XP Systems
|
|
48
|
-
- Inbuilt Auto Roles system
|
|
49
|
-
- Flexible and simple at the same time
|
|
50
|
-
|
|
51
|
-
`Reconstructed discord-xp to give you things simpler ;)`
|
|
52
|
-
|
|
53
|
-
<br>
|
|
54
|
-
|
|
55
|
-
## **Need Help ? Join the [Discord Server](https://discord.gg/3JzDV9T5Fn)**
|
|
56
|
-
|
|
57
|
-
<br>
|
|
58
|
-
|
|
59
|
-
<h1>👥 Contact us | Support</h1>
|
|
60
|
-
<p>
|
|
61
|
-
<a href="https://discord.gg/3JzDV9T5Fn"><img src="https://invidget.switchblade.xyz/3JzDV9T5Fn" /></a>
|
|
62
|
-
</p>
|
|
1
|
+
<p align="center"><img align="center" style="margin-bottom:-6px" src="https://i.imgur.com/BiaHJA7.png?maxwidth=128&fidelity=grand"></p>
|
|
2
|
+
|
|
3
|
+
<h2 style="font-size:2.5rem;" align="center">Simply-XP</h2>
|
|
4
|
+
|
|
5
|
+
<h2 align="center">A Simple, Easy and Beginner friendly XP System. <br>Uses Discord.js v13<br><br>Developed by Rahuletto#0243 & Maintained by Abadima#6356</h2>
|
|
6
|
+
|
|
7
|
+
<br>
|
|
8
|
+
<p align="center">
|
|
9
|
+
<a href="https://www.npmjs.com/package/simply-xp"><img src="https://img.shields.io/npm/v/simply-xp.svg?style=flat-square" /></a>
|
|
10
|
+
<a href="https://www.npmjs.com/package/simply-xp"><img src="https://img.shields.io/npm/dt/simply-xp?style=flat-square" /></a><br>
|
|
11
|
+
<a href="https://www.npmjs.com/package/simply-xp"><img src="https://nodei.co/npm/simply-xp.png?downloadRank=true&downloads=true&downloadRank=true&stars=true" /></a><br>
|
|
12
|
+
<a href="https://discord.gg/3JzDV9T5Fn"><img src="https://invidget.switchblade.xyz/3JzDV9T5Fn" /></a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
15
|
+
<br>
|
|
16
|
+
|
|
17
|
+
## 🖥️ <b>How to install ?
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
npm install simply-xp
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
(or)
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
yarn add simply-xp
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
<br>
|
|
30
|
+
|
|
31
|
+
# 🎉 What's New 🎉
|
|
32
|
+
|
|
33
|
+
- Fixed bugs
|
|
34
|
+
- New `addLevel(), setLevel(), reset()`
|
|
35
|
+
- roleSetup redefined.. Redid whole system.
|
|
36
|
+
- New everything.. Everything is now tidy and compact.
|
|
37
|
+
- levelUp event returns role id too !
|
|
38
|
+
- Re-coded to squeeze bugs
|
|
39
|
+
- Bug Fixes
|
|
40
|
+
|
|
41
|
+
# But Why ?
|
|
42
|
+
|
|
43
|
+
- Easiest XP System in Discord.js
|
|
44
|
+
- Fastest Support ever
|
|
45
|
+
- Rank Card Maker
|
|
46
|
+
- Beginner Friendly
|
|
47
|
+
- Easier than other XP Systems
|
|
48
|
+
- Inbuilt Auto Roles system
|
|
49
|
+
- Flexible and simple at the same time
|
|
50
|
+
|
|
51
|
+
`Reconstructed discord-xp to give you things simpler ;)`
|
|
52
|
+
|
|
53
|
+
<br>
|
|
54
|
+
|
|
55
|
+
## **Need Help ? Join the [Discord Server](https://discord.gg/3JzDV9T5Fn)**
|
|
56
|
+
|
|
57
|
+
<br>
|
|
58
|
+
|
|
59
|
+
<h1>👥 Contact us | Support</h1>
|
|
60
|
+
<p>
|
|
61
|
+
<a href="https://discord.gg/3JzDV9T5Fn"><img src="https://invidget.switchblade.xyz/3JzDV9T5Fn" /></a>
|
|
62
|
+
</p>
|
package/package.json
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "simply-xp",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "A Simple, Easy and Beginner Friendly XP System",
|
|
5
|
-
"main": "simplyxp.js",
|
|
6
|
-
"typings": "index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
-
"prepare": "husky install"
|
|
10
|
-
},
|
|
11
|
-
"author": "Rahuletto",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"xp",
|
|
14
|
-
"simply",
|
|
15
|
-
"easy",
|
|
16
|
-
"xp-system",
|
|
17
|
-
"system",
|
|
18
|
-
"mongoose",
|
|
19
|
-
"discord",
|
|
20
|
-
"discord xp",
|
|
21
|
-
"discord-xp",
|
|
22
|
-
"simply-djs",
|
|
23
|
-
"discord.js",
|
|
24
|
-
"simplydjs",
|
|
25
|
-
"weky",
|
|
26
|
-
"nuggies",
|
|
27
|
-
"experience",
|
|
28
|
-
"level role",
|
|
29
|
-
"amari",
|
|
30
|
-
"package",
|
|
31
|
-
"leaderboard",
|
|
32
|
-
"mee6",
|
|
33
|
-
"charts",
|
|
34
|
-
"ChartJS",
|
|
35
|
-
"level up"
|
|
36
|
-
],
|
|
37
|
-
"license": "Apache-2.0",
|
|
38
|
-
"repository": {
|
|
39
|
-
"type": "git",
|
|
40
|
-
"url": "https://github.com/Rahuletto/simply-xp"
|
|
41
|
-
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"canvas": "^2.8.0",
|
|
44
|
-
"chart.js-image": "^5.6.3",
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"husky": "^7.0.0",
|
|
50
|
-
"pretty-quick": "^3.1.1"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "simply-xp",
|
|
3
|
+
"version": "1.1.8",
|
|
4
|
+
"description": "A Simple, Easy and Beginner Friendly XP System",
|
|
5
|
+
"main": "simplyxp.js",
|
|
6
|
+
"typings": "index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
+
"prepare": "husky install"
|
|
10
|
+
},
|
|
11
|
+
"author": "Rahuletto",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"xp",
|
|
14
|
+
"simply",
|
|
15
|
+
"easy",
|
|
16
|
+
"xp-system",
|
|
17
|
+
"system",
|
|
18
|
+
"mongoose",
|
|
19
|
+
"discord",
|
|
20
|
+
"discord xp",
|
|
21
|
+
"discord-xp",
|
|
22
|
+
"simply-djs",
|
|
23
|
+
"discord.js",
|
|
24
|
+
"simplydjs",
|
|
25
|
+
"weky",
|
|
26
|
+
"nuggies",
|
|
27
|
+
"experience",
|
|
28
|
+
"level role",
|
|
29
|
+
"amari",
|
|
30
|
+
"package",
|
|
31
|
+
"leaderboard",
|
|
32
|
+
"mee6",
|
|
33
|
+
"charts",
|
|
34
|
+
"ChartJS",
|
|
35
|
+
"level up"
|
|
36
|
+
],
|
|
37
|
+
"license": "Apache-2.0",
|
|
38
|
+
"repository": {
|
|
39
|
+
"type": "git",
|
|
40
|
+
"url": "https://github.com/Rahuletto/simply-xp"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"canvas": "^2.8.0",
|
|
44
|
+
"chart.js-image": "^5.6.3",
|
|
45
|
+
"discord.js": "^13.8.0",
|
|
46
|
+
"mongoose": "^6.0.15"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"husky": "^7.0.0",
|
|
50
|
+
"pretty-quick": "^3.1.1"
|
|
51
|
+
}
|
|
52
|
+
}
|