├── .github ├── CODEOWNERS ├── CONTRIBUTING.md ├── FUNDING.yml └── workflows │ └── deploy.yml ├── .gitignore ├── .vuepress ├── config.js └── public │ ├── CustomSkinLoader.json │ └── mlnUsers │ ├── all_winners.csv │ └── early_winners.csv ├── 5thAnniv ├── README.md ├── assets │ ├── banner.png │ └── singup.png ├── lottery.md ├── minigames │ ├── README.md │ ├── assets │ │ ├── final │ │ │ ├── bingo.jpg │ │ │ ├── hand.png │ │ │ └── team.png │ │ ├── preliminary │ │ │ ├── bar.png │ │ │ ├── join.png │ │ │ └── select.png │ │ └── quaterfinal │ │ │ ├── cane.png │ │ │ ├── classes.jpg │ │ │ ├── lapis.jpg │ │ │ ├── mp.png │ │ │ ├── potion.jpg │ │ │ ├── ready.jpg │ │ │ ├── select.jpg │ │ │ ├── skills.png │ │ │ └── team.jpg │ ├── final.md │ ├── players │ │ ├── final.md │ │ ├── preliminary.md │ │ ├── promoted │ │ │ └── preliminary.md │ │ ├── quaterfinal.md │ │ └── semifinal.md │ ├── preliminary.md │ ├── quaterfinal.md │ └── semifinal.md ├── redeem.md ├── rewards.md ├── schedule.md ├── singup.md ├── skyblock.md └── winner.md ├── LICENSE ├── README.md ├── advanced ├── api.md ├── assets │ ├── oauth2 │ │ ├── create-app.png │ │ └── open-page.png │ └── yggdrasil │ │ ├── add-yggdrasil-server-1.png │ │ ├── add-yggdrasil-server-2.png │ │ ├── add-yggdrasil-server-3.png │ │ ├── choose-player.png │ │ ├── set-email-password.png │ │ └── set-login-method.png ├── oauth2.md └── yggdrasil.md ├── email.md ├── faq.md ├── mlnUsers ├── README.md ├── assets │ ├── badge.png │ ├── facemask.png │ └── title.png ├── donate.md ├── lottery.md ├── prizes.md └── redeem.md ├── newbee ├── assets │ ├── player │ │ ├── input-player-name.png │ │ └── open-page.png │ └── textures │ │ ├── add-to-closet.png │ │ ├── choose-player.png │ │ ├── choose-textures.png │ │ ├── open-closet-page.png │ │ ├── open-page.png │ │ ├── open-upload-page.png │ │ ├── set-avatar.png │ │ └── set-textures-name.png ├── mod.md ├── player.md └── textures.md ├── package.json ├── policies ├── privacy.md └── tos.md ├── report.md ├── score.md ├── user-group.md └── yarn.lock /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @tnqzh123 2 | -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # 贡献指南 2 | 3 | 感谢修订 LittleSkin 用户使用手册! 4 | 5 | 在你开始提交代码和文件之前,请先完整阅读这份指南,以确保贡献顺利。 6 | 7 | ## 词语解释 8 | 9 | - **文档文风**:文档中内容的风格; 10 | - **提交信息**:即 Commit Message; 11 | - **拉取请求**:即 Pull Request; 12 | - **评审**:即 Review; 13 | - **评审者**:即 Reviewer。 14 | 15 | ## 分支约定 16 | 17 | 不管是直接推送代码还是发起拉取请求,目标分支都必须为 `master`,而不是其他分支,否则持续集成工具将无法自动构建并部署新的内容。 18 | 19 | ## 重复的内容 20 | 21 | 在提出 Issue 或发起拉取请求前,请先翻阅一遍已有的 Issue 列表和拉取请求列表。你提交的内容可能已经被别人先提交了,此时你可以直接加入讨论。 22 | 23 | 除非你确定你提交的内容比别人提交的更好,否则请不要提交重复的内容,这只会增加运营组的工作量。运营组会直接关闭重复的内容相关的 Issue 和拉取请求。 24 | 25 | ## 代码语法和文档文风 26 | 27 | LittleSkin 用户使用手册使用 VuePress 构建,所以你可以使用 VuePress 的语法来编写 Markdown。 28 | 29 | 文风请尽量贴近其它文档的文风,以免造成严重的违和感。 30 | 31 | ## 提交信息 32 | 33 | 提交信息请尽量使用英文编写,主要内容应为该次提交的简要的描述。如果提交信息都是无意义的内容,那么你的拉取请求很可能不会被合并。 34 | 35 | ## 内容评审 36 | 37 | 在发起拉取请求时,请务必邀请 @tnqzh123 进行评审。是否邀请其它协作者进行评审可以按你的需求决定,但大多数情况下只需要邀请 @tnqzh123 一个人。 38 | 39 | 运营组成员可能会根据你的贡献内容提出讨论和修改建议,请及时跟进。 40 | 41 | ## 持续集成 42 | 43 | LittleSkin 用户使用手册托管于 Vercel,使用 Vercel 的持续集成功能进行自动化的构建和部署。当本仓库的 `master` 分支有新提交时,Vercel 会自动拉取代码、构建并部署。 44 | 45 | ## 结语 46 | 47 | 感谢修订 LittleSkin 用户使用手册。希望你贡献的内容可以被顺利地合并。 48 | 49 | GLHF. 50 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: "https://afdian.net/@tnqzh123" 2 | -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- 1 | name: Deploy to Vercel 2 | 3 | on: [push, pull_request] 4 | 5 | jobs: 6 | deploy: 7 | name: Deploy 8 | runs-on: ubuntu-latest 9 | env: 10 | ACTIONS_ALLOW_UNSECURE_COMMANDS: true 11 | steps: 12 | - name: Checkout code 13 | uses: actions/checkout@v2 14 | - name: Deploy 15 | uses: amondnet/vercel-action@v20.0.0 16 | if: github.event_name == 'push' 17 | with: 18 | vercel-token: ${{ secrets.VERCEL_TOKEN }} 19 | vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} 20 | vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} 21 | vercel-args: '--prod' 22 | working-directory: ./ 23 | github-comment: false 24 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .vuepress/.cache/ 3 | .vuepress/.temp/ 4 | .vuepress/dist/ 5 | .vercel/ 6 | .vercel 7 | -------------------------------------------------------------------------------- /.vuepress/config.js: -------------------------------------------------------------------------------- 1 | import { webpackBundler } from '@vuepress/bundler-webpack' 2 | import { defaultTheme } from '@vuepress/theme-default' 3 | import { docsearchPlugin } from '@vuepress/plugin-docsearch' 4 | import { googleAnalyticsPlugin } from '@vuepress/plugin-google-analytics' 5 | import { defineUserConfig } from 'vuepress' 6 | 7 | export default defineUserConfig({ 8 | bundler: webpackBundler(), 9 | title: 'LittleSkin 用户使用手册', 10 | base: '/', 11 | head: [ 12 | ['link', { rel: 'icon', href: 'https://littleskin.cn/favicon.png' }] 13 | ], 14 | serviceWorker: true, 15 | markdown: { 16 | links: { 17 | externalAttrs: { target: '_blank' } 18 | } 19 | }, 20 | theme: defaultTheme({ 21 | logo: 'https://littleskin.cn/favicon.png', 22 | repo: 'LittleSkinChina/manual', 23 | docsBranch: 'master', 24 | editLinks: true, 25 | editLinkText: '帮助我们完善这个页面', 26 | navbar: [ 27 | { text: '返回 LittleSkin', link: 'https://littlesk.in' }, 28 | { text: '百万用户活动', link: '/mlnUsers/' }, 29 | { text: '社区支持机器人', link: 'https://bot-manual.commspt.littlesk.in/' }, 30 | { text: '捐助支持', link: 'https://afdian.net/@tnqzh123' } 31 | ], 32 | sidebarDepth: 1, 33 | sidebar: { 34 | '/': [ 35 | { 36 | 'text': '首页', 37 | 'link': '/' 38 | }, 39 | { 40 | 'text': '政策条款', 41 | 'collapsible': true, 42 | 'children': [ 43 | { 44 | 'text': '用户服务条款', 45 | 'link': '/policies/tos.html' 46 | }, 47 | { 48 | 'text': '隐私政策', 49 | 'link': '/policies/privacy.html' 50 | } 51 | ] 52 | }, 53 | { 54 | 'text': '新手指引', 55 | 'collapsible': true, 56 | 'children': [ 57 | '/newbee/player.html', 58 | '/newbee/textures.html', 59 | '/newbee/mod.html' 60 | ] 61 | }, 62 | { 63 | 'text': '高级功能', 64 | 'collapsible': true, 65 | 'children': [ 66 | '/advanced/yggdrasil.html', 67 | '/advanced/oauth2.html', 68 | '/advanced/api.html' 69 | ] 70 | }, 71 | '/score.html', 72 | '/faq.html', 73 | '/report.html', 74 | '/email.html', 75 | { 76 | text: '用户交流群', 77 | link: '/user-group.html' 78 | } 79 | ], 80 | '/5thAnniv': [ 81 | { 82 | 'text': '首页', 83 | 'link': '/5thAnniv/' 84 | }, 85 | '/5thAnniv/singup.html', 86 | '/5thAnniv/schedule.html', 87 | '/5thAnniv/lottery.html', 88 | { 89 | 'text': '空岛生存竞赛', 90 | 'link': '/5thAnniv/skyblock.html' 91 | }, 92 | { 93 | 'text': '小游戏竞赛', 94 | 'collapsible': true, 95 | 'children': [ 96 | { 97 | 'text': '简述', 98 | 'link': '/5thAnniv/minigames/' 99 | }, 100 | { 101 | 'text': '初赛', 102 | 'link': '/5thAnniv/minigames/preliminary.html' 103 | }, 104 | { 105 | 'text': '复赛', 106 | 'link': '/5thAnniv/minigames/quaterfinal.html' 107 | }, 108 | { 109 | 'text': '半决赛', 110 | 'link': '/5thAnniv/minigames/semifinal.html' 111 | }, 112 | { 113 | 'text': '决赛', 114 | 'link': '/5thAnniv/minigames/final.html' 115 | } 116 | ] 117 | }, 118 | { 119 | 'text': '积分兑换', 120 | 'link': '/5thAnniv/redeem.html' 121 | }, 122 | { 123 | 'text': '奖品', 124 | 'link': '/5thAnniv/rewards.html' 125 | }, 126 | '/5thAnniv/winner.md' 127 | ], 128 | '/mlnUsers': [ 129 | { 130 | 'text': '首页', 131 | 'link': '/mlnUsers/' 132 | }, 133 | '/mlnUsers/lottery.html', 134 | '/mlnUsers/redeem.html', 135 | '/mlnUsers/donate.md', 136 | '/mlnUsers/prizes.html' 137 | ] 138 | }, 139 | lastUpdated: true, 140 | lastUpdatedText: '最后更新 ', 141 | algolia: { 142 | apiKey: process.env.ALGOLIA_APIKEY, 143 | indexName: 'littleskin' 144 | }, 145 | smoothScroll: true 146 | }), 147 | plugins: [ 148 | docsearchPlugin({ 149 | apiKey: process.env.ALGOLIA_APIKEY, 150 | indexName: 'littleskin' 151 | }), 152 | googleAnalyticsPlugin({ 153 | id: 'G-5PFHR1YTFN', 154 | }), 155 | ], 156 | evergreen: true 157 | }) 158 | -------------------------------------------------------------------------------- /.vuepress/public/CustomSkinLoader.json: -------------------------------------------------------------------------------- 1 | { 2 | "enable": true, 3 | "loadlist": [ 4 | { 5 | "name": "LittleSkin China", 6 | "type": "CustomSkinAPI", 7 | "root": "https://littleskin.cn/csl/" 8 | }, 9 | { 10 | "name": "Mojang", 11 | "type": "MojangAPI" 12 | } 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /.vuepress/public/mlnUsers/all_winners.csv: -------------------------------------------------------------------------------- 1 | uid,prize 2 | 1124087,folder 3 | 224500,badge 4 | 1054480,score_5000 5 | 651587,mcbbs 6 | 272728,folder 7 | 742277,score_5000 8 | 1199077,score_5000 9 | 367428,postcard 10 | 1148010,postcard 11 | 672710,score_5000 12 | 802854,creeper 13 | 1040832,mcbbs 14 | 341265,skin 15 | 130607,mcbbs 16 | 1028052,facemask 17 | 952326,badge 18 | 809250,postcard 19 | 478669,score_5000 20 | 1196968,score_5000 21 | 647957,score_5000 22 | 1018100,tnt 23 | 1176154,badge 24 | 378135,score_5000 25 | 1027839,mcbbs 26 | 389089,score_5000 27 | 64003,facemask 28 | 953608,mcbbs 29 | 348439,score_5000 30 | 669511,facemask 31 | 1191975,folder 32 | -------------------------------------------------------------------------------- /.vuepress/public/mlnUsers/early_winners.csv: -------------------------------------------------------------------------------- 1 | uid,prize 2 | 17370,facemask 3 | 325755,score_10000 4 | 43348,folder 5 | 86662,minecraft 6 | 26115,badge 7 | 236731,facemask 8 | 142188,score_10000 9 | 155126,badge 10 | 494801,postcard 11 | 405343,package 12 | 36653,folder 13 | 177879,postcard 14 | 407479,score_10000 15 | 14717,package 16 | 482110,facemask 17 | 429662,badge 18 | 133599,postcard 19 | 263574,package 20 | 101950,score_10000 21 | 214339,skin 22 | 114664,postcard 23 | 264285,folder 24 | 268338,score_10000 25 | 274271,postcard 26 | -------------------------------------------------------------------------------- /5thAnniv/README.md: -------------------------------------------------------------------------------- 1 | # LittleSkin 五岁了! 2 | 3 | ![banner](./assets/banner.png) 4 | 5 | 自 2016 年 3 月建站以来,LittleSkin 已经走过了五个年头。这对我们来说意义非凡:一个项目的生命周期能有几个五年?所以,我们将在 8 月 21 日至 8 月 25 日举办盛大的活动,来庆祝这一重要的时刻。 6 | 7 | 请查看左侧的目录,或是使用右上角的搜索,来寻找你想要的内容。 8 | 9 | ::: tip 10 | 本次活动的最终解释权归 LittleSkin 运营组所有。 11 | ::: 12 | 13 | ## 赞助商 14 | 15 | 本次活动的游戏服务器由 Complex Studio 旗下【[宿雨云 | 性能怪兽 / 三线高防 / 优质售后](https://www.mcbbs.net/thread-1210568-1-1.html)】强力驱动,保障每一位玩家的游戏体验如德芙般丝滑顺畅。 16 | 17 | [![](https://ns.complexstudio.net/uploads/images/2021-06-15/01e4d6c66d470246b791fe20fec4444e.png)](https://www.mcbbs.net/thread-1210568-1-1.html) 18 | 19 | 在此感谢 Complex Studio 和宿雨云对本次活动的大力支持! 20 | 21 | -------------------------------------------------------------------------------- /5thAnniv/assets/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/assets/banner.png -------------------------------------------------------------------------------- /5thAnniv/assets/singup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/assets/singup.png -------------------------------------------------------------------------------- /5thAnniv/lottery.md: -------------------------------------------------------------------------------- 1 | # 抽奖 2 | 3 | 所有 LittleSkin 的用户都可以参与抽奖,只需要报名即可。我们将于 2021 年 8 月 25 日下午 15:30 在 [Bilibili 直播间 2007234](https://live.bilibili.com/2007234) 对抽奖过程全程直播。 4 | 5 | 抽奖奖池分为骨灰奖池和全员奖池,两个奖池可以同时参与。其中骨灰奖池只有 UID 小于 200000 的用户可以参与(且自动参与),而全员奖池则是所有报名用户都可以参与的。两个奖池的奖品内容不同,具体奖品种类和数量请查看 [奖品列表](/5thAnniv/rewards.html)。 6 | 7 | ## 领奖 8 | 9 | 抽奖结果公布后,我们将通过欧皇在 LittleSkin 绑定的邮箱与其取得联系,确认领奖相关事宜。 10 | 11 | 正版 Minecraft Java 国际版将通过在线方式发放;实物奖品将于 2021 年 9 月至 12 月间通过顺丰速运或京东快递分批发放。被抽中的欧皇的奖品的运费可以由运营组支付(如果你愿意帮我们减轻些许经济压力的话,也可以选择自付);积分将直接发放到对应的账户。 12 | 13 | ## 获奖信息 14 | 15 | 抽奖获奖信息已发布,请 [_点击查看 >>>_](./winner.html#抽奖) -------------------------------------------------------------------------------- /5thAnniv/minigames/README.md: -------------------------------------------------------------------------------- 1 | # 小游戏竞赛简述 2 | 3 | 小游戏竞赛是本次活动中最复杂的环节。在参与比赛前,请确定你了解小游戏竞赛的相关规则,以免发生意外。 4 | 5 | 小游戏竞赛分为初赛、复赛、半决赛和决赛四轮。前一轮比赛的优胜者可晋级至后一轮比赛,直至决出最后的优胜者。 6 | 7 | 初赛和复赛将举行多场比赛,具体比赛时间请查看 [活动时间表](/5thAnniv/schedule.html)。**比赛时间、轮次、场次和可能根据报名情况变更**,请注意关注五周年庆典玩家群、本页面和我们的 Twitter 账号,以获取活动的最新动态。 8 | 9 | 有关各轮比赛的具体规则,请查看左侧菜单中的链接;有关小游戏竞赛环节的奖品的信息,请查看 [奖品列表](/5thAnniv/rewards.html)。 10 | 11 | ::: tip 提示 12 | 初赛各场次的玩家列表已经公布,[*点击查看 >>>*](/5thAnniv/minigames/players/preliminary.html) 13 | ::: 14 | 15 | ## 地图信息 16 | 17 | - 初赛游玩的地图 [地陷圣坛](https://www.mcbbs.net/thread-908503-1-1.html),由 Command Block Logic 小组制作; 18 | - 复赛游玩的地图是 [ElementsBattle](https://www.mcbbs.net/thread-891679-1-1.html),由 The Command's Power 小组制作; 19 | - 半决赛和决赛游玩的地图是 [Bingo](https://www.flytre.net/bingo),由 Flytre Maps 团队制作。 20 | 21 | ::: warning 22 | 请注意部分地图可能要求安装专用材质包,否则可能无法正常游玩。 23 | ::: 24 | 25 | ## 游戏形式和组队规则 26 | 27 | - 初赛采用个人战形式,每场比赛结束时积分前 8 名的选手将晋级至复赛; 28 | - 复赛采用团队战形式,由初赛晋级的选手组队参与,获得每场比赛的胜利的团队将晋级至决赛; 29 | - 原则上玩家队伍由运营组随机分配,队伍分配情况将在初赛阶段最后一场比赛结束次日凌晨公布; 30 | - 也可自由组队,需要自由组队的玩家请于最后一场比赛结束次日 8 时前向执行组说明团队成员。 31 | - 半决赛和决赛采用团队战形式,由前一轮次晋级的团队参与。 32 | 33 | ## 比赛场次选择 34 | 35 | 报名参与小游戏竞赛的选手可以在初赛、复赛和半决赛阶段选择自己参与的比赛场次。如未选择比赛场次,则将由运营组随机安排。 36 | 37 | 报名完成后,请加入 [QQ 群 917470359](https://jq.qq.com/?_wv=1027&k=os9EsvoG),根据群公告的指引选择参与的比赛场次。如场次选择结束时选手仍未选择自己的比赛场次,则将由运营组随机安排。 38 | 39 | 初赛的比赛场次安排将于 2021 年 8 月 21 日凌晨发布,复赛的比赛场次安排将于 2021 年 8 月 23 日中午 12 时前发布,半决赛的比赛场次安排将于 2021 年 8 月 25 日中午 12 时前发布,请留意。 40 | 41 | ## 游戏服务器信息 42 | 43 | - 服务器 IP:`mini.5th.littlesk.in` 44 | 45 | 进入服务器需要使用 LittleSkin 的 Yggdrasil API 登录。如需了解如何登录,请查看 [在客户端使用 Yggdrasil API 登录](/advanced/yggdrasil.html#%E5%9C%A8%E5%AE%A2%E6%88%B7%E7%AB%AF%E4%BD%BF%E7%94%A8)。 46 | 47 | ::: tip 赞助商 48 | 本次活动的游戏服务器由 Complex Studio 旗下【[宿雨云 | 性能怪兽 / 三线高防 / 优质售后](https://www.mcbbs.net/thread-1210568-1-1.html)】强力驱动,保障每一位玩家的游戏体验如德芙般丝滑顺畅。 49 | 50 | [![](https://ns.complexstudio.net/uploads/images/2021-06-15/01e4d6c66d470246b791fe20fec4444e.png)](https://www.mcbbs.net/thread-1210568-1-1.html) 51 | 52 | 在此感谢 Complex Studio 和宿雨云对本次活动的大力支持! 53 | ::: 54 | 55 | ## 获奖信息 56 | 57 | 小游戏竞赛获奖信息已发布,请 [_点击查看 >>>_](../winner.html#小游戏竞赛) 58 | -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/final/bingo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/final/bingo.jpg -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/final/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/final/hand.png -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/final/team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/final/team.png -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/preliminary/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/preliminary/bar.png -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/preliminary/join.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/preliminary/join.png -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/preliminary/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/preliminary/select.png -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/cane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/cane.png -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/classes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/classes.jpg -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/lapis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/lapis.jpg -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/mp.png -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/potion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/potion.jpg -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/ready.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/ready.jpg -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/select.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/select.jpg -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/skills.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/skills.png -------------------------------------------------------------------------------- /5thAnniv/minigames/assets/quaterfinal/team.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/5thAnniv/minigames/assets/quaterfinal/team.jpg -------------------------------------------------------------------------------- /5thAnniv/minigames/final.md: -------------------------------------------------------------------------------- 1 | # 小游戏复赛决赛 2 | 3 | 决赛阶段仅在 2021 年 8 月 25 日 20 时进行一场比赛,至多 16 人参与。 4 | 5 | 08/25/2021 晚更新:决赛选手列表已发布,请 [_点此查看 >>>_](./players/final.html) 6 | 7 | [[toc]] 8 | 9 | ## 地图信息 10 | 11 | - 游戏地图:[Bingo](https://www.flytre.net/bingo) 12 | - 游戏模式:Bingo 13 | - 游戏版本: 1.16.5 14 | - 专用资源包:不需要 15 | - 地图制作团队:Flytre Maps 16 | 17 | ## 比赛规则 18 | 19 | ### 队伍选择 20 | 21 | 游戏开始后不会自动分配队伍,玩家需手动进入自己的队伍。 22 | 23 | 站上游戏大厅中代表各队伍的颜色的区域即可加入对应的队伍。 24 | 25 | ![Team](./assets/final/team.png) 26 | 27 | ### 获胜方法 28 | 29 | 达成 Bingo 即可获胜:即在集齐在 Bingo Board 上的一排、一列或对角线上的 5 个物品。 30 | 31 | ![Bingo](./assets/final/bingo.jpg) 32 | 33 | 最先达成 Bingo 的团队即为最终优胜团队。 34 | 35 | 除优胜团队之外,我们还将选取收集 Bingo Board 上任务物品最多的团队,评为「真·最速传说」团队。 36 | 37 | ## 游戏玩法 38 | 39 | 游戏开始时,Bingo Board 上会生成 25 个随机物品(即 Bingo 物品),并给予你 Bingo Board(左手)和石制工具(快捷栏)。 40 | 41 | ![Game](./assets/final/hand.png) 42 | 43 | 你需要收集这些物品,达成 Bingo 以取得胜利。 44 | 45 | 各个队伍将会分散在不同的区域。各个队伍可以互相靠近,并和其他队伍进行 PvP。请注意,如果你死亡,你的物品将会掉落! 46 | 47 | 当你获得一件新的 Bingo 物品时,手持地图并扔出它以更新 Bingo Board。 48 | 49 | ### 可以使用的指令 50 | 51 | 1. 如果你不确定 Bingo Board 上的物品,可以使用 `/trigger clarify set [1-25]` 查询此物品的名称。`[1-25]` 为物品所在格的编号,从左到右、从上到下逐格依次递加; 52 | 53 | 2. 使用 `/trigger team_tp {playername}` 以随机传送到一个的队友身边; 54 | 55 | 4. 如果你不小心丢失了你的 Bingo Board,请使用 `/trigger give_map` 以重新获取。 56 | -------------------------------------------------------------------------------- /5thAnniv/minigames/players/final.md: -------------------------------------------------------------------------------- 1 | # 小游戏竞赛决赛各场次选手列表 2 | 3 | 比赛时间:2021 年 8 月 25 日 2 4 | 5 | | 红队 | 黄队 | 绿队 | 蓝队 | 6 | | ---------- | ----------- | ------------ | ------------- | 7 | | IrisHunter | ImLingCheng | SupLaXing | Eterstars | 8 | | Bei\_kui | GS\_Jie | idfjgoidfoig | XTianShuo | 9 | | zjl | 249 | Wishing\_Qi | jifenggoqk | 10 | | PA\_MS | Eh5\_ | WhiteXFox | mo\_sheng\_xi | 11 | -------------------------------------------------------------------------------- /5thAnniv/minigames/players/preliminary.md: -------------------------------------------------------------------------------- 1 | # 小游戏竞赛初赛各场次玩家列表 2 | 3 | 这是小游戏竞赛初赛各场次的选手列表,其中排名不分先后。一共有 138 位用户报名参与小游戏竞赛,其中 48 位选手未选择场次,由运营组随机分配;其中 10 位选手由于报名时信息填写错误,报名无效。 4 | 5 | 关于初赛晋级的玩家列表,请 [_点此查看 >>>_](./promoted/preliminary.html) 6 | 7 | ## 第一场 8 | 9 | 比赛时间:2021 年 8 月 21 日 15 时整。共 25 人参与: 10 | 11 | ``` 12 | GS_Jie 13 | Shakiller 14 | tianqingLLL 15 | XiaoFengJun 16 | haoyunpoluo 17 | Solomon4k 18 | A1_Panda 19 | Nobi_kamo 20 | Maybe_End 21 | chiyan. 22 | LinLei_Baruch 23 | ImLingCheng 24 | SevenWuying 25 | chou_e 26 | Xu_Fly 27 | Eh5_ 28 | 樱樱樱 29 | ALH_Linsrm_HLA 30 | jifengoqk 31 | Chinas_strongest 32 | 追光少年 33 | XTianShuo 34 | 上帝之手 35 | Z_M_r 36 | SCP181 37 | ``` 38 | 39 | ## 第二场 40 | 41 | 比赛时间:2021 年 8 月 21 日 15 时 30 分。共 15 人参与: 42 | 43 | ``` 44 | MUkun_z 45 | lengan_gfs 46 | Apreaky 47 | Solitudream 48 | 249 49 | 凉橙517 50 | tianqi482 51 | Bei_kui 52 | White_Fox 53 | Wishing_Qi 54 | AutumnIsPro 55 | gaoshidong 56 | YuTang_ya 57 | IrisHunter 58 | lchoip 59 | ``` 60 | 61 | ## 第三场 62 | 63 | 比赛时间:2021 年 8 月 21 日 20 时整。共 17 人参与: 64 | 65 | ``` 66 | MisakaMikoto149 67 | MeowBot_NEKO 68 | Sheep_law 69 | ER_Capital 70 | WHTL_ 71 | Youranxiaogao 72 | MY_yvyan 73 | 关注嘉然顿顿解馋 74 | mo_shen_xi 75 | Xiao__JuZi 76 | XIANG___ 77 | Guangbai 78 | Zhi_Dao 79 | Eterstars 80 | zhangz 81 | common 82 | RyLinYu_ 83 | ``` 84 | 85 | ## 第四场 86 | 87 | 比赛时间:2021 年 8 月 21 日 20 时 30 分。共 13 人参与: 88 | 89 | ``` 90 | Noob_Tr 91 | Saierkuell 92 | SupLaXing 93 | 无敌的滑稽 94 | Cat_cubs 95 | zjl 96 | Paperbox177 97 | Thebloomofdeath 98 | Ling_White_ink 99 | yu_qian_si 100 | Frackef 101 | bingling_sama 102 | Paper_white 103 | ``` 104 | 105 | ## 第五场 106 | 107 | 比赛时间:2021 年 8 月 22 日 15 时整。共 15 人参与: 108 | 109 | ``` 110 | China_Enron 111 | QiyiDeHongshi 112 | Cimaranton 113 | Uncle_Red_ 114 | sheng23333 115 | LiitleLove 116 | Alonzo_Smith 117 | wuka1234 118 | Kcoale 119 | Skert-自在逍遥 120 | PA_MS 121 | OnePigeon 122 | superPlover 123 | SKYchiE 124 | Res_Fly 125 | ``` 126 | 127 | ## 第六场 128 | 129 | 比赛时间:2021 年 8 月 22 日 15 时 30 分。共 14 人参与: 130 | 131 | ``` 132 | Tea_B 133 | DeanClock 134 | idfjgoidfoig 135 | wwcxy 136 | xiguayo233 137 | Yi_Joy 138 | Ai_Yu 139 | jiandan233 140 | ali 141 | Win_Feather 142 | Cccc_ 143 | lxr061223 144 | TommyT_1635 145 | duluobianyu 146 | ``` 147 | 148 | ## 第七场 149 | 150 | 比赛时间:2021 年 8 月 22 日 20 时整。共 15 人参与: 151 | 152 | ``` 153 | tai_feng 154 | 六毛五 155 | feng14556 156 | 2029_2247 157 | xiaojibola 158 | Sea_Wayfarer 159 | UIYZi 160 | FunnyKing 161 | wenzixi 162 | Loveexists 163 | Chu_Zou 164 | cheeeny 165 | Mengjing 166 | Rainbow_T 167 | Xiaohaoxh_520 168 | ``` 169 | 170 | ## 第八场 171 | 172 | 比赛时间:2021 年 8 月 22 日 20 时 30 分。共 13 人参与: 173 | 174 | ``` 175 | Waiting 176 | typhoon 177 | ime_sef 178 | muqi 179 | jiakua 180 | magicpan 181 | Dong_shan 182 | Argent_qwq 183 | Xiaochao_ 184 | yekong_cuican 185 | BSOD 186 | TianChanYaTvT 187 | xuanzhou 188 | ``` 189 | -------------------------------------------------------------------------------- /5thAnniv/minigames/players/promoted/preliminary.md: -------------------------------------------------------------------------------- 1 | # 初赛晋级名单 2 | 3 | ::: warning 4 | 该页面尚未完工,相关内容并不完整。请关注本页面、我们的 官方用户交流群、本次活动的 MCBBS 宣传帖和我们的 Twitter 账号,以了解活动动态。 5 | ::: 6 | 7 | ## 第一场 8 | 9 | 比赛时间:2021 年 8 月 21 日 15 时整(实际略有延后) 10 | 11 | | 名次 | 角色名 | 分数 | 12 | | :--: | :---------: | :--: | 13 | | 1 | ImLingCheng | 100 | 14 | | 2 | Eh5_ | 90 | 15 | | 3 | jifengoqk | 85 | 16 | | 4 | Nobi_kamo | 75 | 17 | | 5 | chiyan. | 60 | 18 | | 6 | SevenWuying | 60 | 19 | | 7 | SCP181 | 55 | 20 | | 8 | chou_e | 50 | 21 | 22 | ## 第二场 23 | 24 | 比赛时间:2021 年 8 月 21 日 15 时 30 分 25 | 26 | | 名次 | 角色名 | 分数 | 27 | | :--: | :---------: | :--: | 28 | | 1 | 249 | 120 | 29 | | 2 | IrisHunter | 65 | 30 | | 3 | tianqi482 | 60 | 31 | | 4 | Wishing_Qi | 55 | 32 | | 5 | Bei_kui | 50 | 33 | | 6 | lchoip | 50 | 34 | | 7 | AutumnIsPro | 40 | 35 | | 8 | YuTang_ya | 40 | 36 | 37 | ## 第三场 38 | 39 | 比赛时间:2021 年 8 月 21 日 20 时整(实际略有延后) 40 | 41 | | 名次 | 角色名 | 分数 | 42 | | :--: | :--------------: | :--: | 43 | | 1 | mo_shen_xi | 130 | 44 | | 2 | Youranxiaogao | 95 | 45 | | 3 | Guangbai | 70 | 46 | | 4 | Xiao__JuZi | 70 | 47 | | 5 | MeowBot_NEKO | 60 | 48 | | 6 | Zhi_Dao | 55 | 49 | | 7 | MisakaMikoto149 | 50 | 50 | | 8 | 关注嘉然顿顿解馋 | 25 | 51 | 52 | ## 第四场 53 | 54 | 比赛时间:2021 年 8 月 21 日 20 时 30 分(实际略有延后) 55 | 56 | | 名次 | 角色名 | 分数 | 57 | | :--: | :-----------: | :--: | 58 | | 1 | Paper_white | 120 | 59 | | 2 | Paperbox177 | 105 | 60 | | 3 | Cat_cubs | 95 | 61 | | 4 | SupLaXing | 80 | 62 | | 5 | Frackef | 75 | 63 | | 6 | yu_qian_si | 50 | 64 | | 7 | zjl | 45 | 65 | | 8 | bingling_sama | 10 | 66 | 67 | ## 第五场 68 | 69 | 比赛时间:2021 年 8 月 22 日 15 时整(实际略有延后) 70 | 71 | ::: warning 72 | 由于本场游戏大多数报名选手并未实际参与比赛导致该场比赛及之后轮次的比赛无法正常进行,我们允许在之前的场次中被淘汰的选手加入本场比赛并晋级。 73 | ::: 74 | 75 | | 名次 | 角色名 | 分数 | 76 | | :--: | :-----------: | :--: | 77 | | 1 | sheng23333 | 135 | 78 | | 2 | Solomon4k | 110 | 79 | | 3 | LiitleLove | 100 | 80 | | 4 | wuka1234 | 80 | 81 | | 5 | GS_Jie | 75 | 82 | | 6 | Uncle_Red_ | 50 | 83 | | 7 | QiyiDeHongshi | 40 | 84 | | 8 | PA_MS | 30 | 85 | 86 | ## 第六场 87 | 88 | 比赛时间:2021 年 8 月 22 日 15 时 30 分(实际略有延后) 89 | 90 | ::: warning 91 | 由于本场游戏大多数报名选手并未实际参与比赛导致该场比赛及之后轮次的比赛无法正常进行,我们允许在之前的场次中被淘汰的选手加入本场比赛并晋级。 92 | ::: 93 | 94 | | 名次 | 角色名 | 分数 | 95 | | :--: | :-----------: | :--: | 96 | | 1 | WhiteXFox | 130 | 97 | | 2 | wwcxy | 75 | 98 | | 3 | idfjgoidfoig | 70 | 99 | | 4 | Yi_Joy | 65 | 100 | | 5 | Eterstars | 60 | 101 | | 6 | ER_Capital | 50 | 102 | | 7 | Linlei_Baruch | 35 | 103 | | 8 | DeanClocn | 15 | 104 | 105 | ## 第七场 106 | 107 | 比赛时间:2021 年 8 月 22 日 20 时整(实际有较大延后) 108 | 109 | ::: warning 110 | 由于本场游戏大多数报名选手并未实际参与比赛导致该场比赛及之后轮次的比赛无法正常进行,我们允许在之前的场次中被淘汰的选手加入本场比赛并晋级。 111 | ::: 112 | 113 | | 名次 | 角色名 | 分数 | 114 | | :--: | :---------: | :--: | 115 | | 1 | tai_feng | 100 | 116 | | 2 | XTianShuo | 95 | 117 | | 3 | Solitudream | 90 | 118 | | 4 | WHTL_ | 90 | 119 | | 5 | UIYZi | 55 | 120 | | 6 | FunnyKing | 50 | 121 | | 7 | Rainbow_T | 40 | 122 | | 8 | XIANG__ | 15 | 123 | 124 | ## 第八场 125 | 126 | 比赛时间:2021 年 8 月 22 日 20 时 30 分(实际有较大延后) 127 | 128 | ::: warning 129 | 由于本场游戏大多数报名选手并未实际参与比赛导致该场比赛及之后轮次的比赛无法正常进行,我们允许在之前的场次中被淘汰的选手,甚至是未报名的选手,加入本场比赛并晋级。 130 | ::: 131 | 132 | | 名次 | 角色名 | 分数 | 133 | | :--: | :-----------: | :--: | 134 | | 1 | jiakua | 110 | 135 | | 2 | yekong_cuican | 85 | 136 | | 3 | Xiaochao_ | 60 | 137 | | 4 | Xiaohaoxh_520 | 60 | 138 | | 5 | TheBiigShit | 50 | 139 | | 6 | bad_sheep | 25 | 140 | | 7 | DaddyKyeick | 20 | 141 | | 8 | xiaojibola | -15 | 142 | 143 | -------------------------------------------------------------------------------- /5thAnniv/minigames/players/quaterfinal.md: -------------------------------------------------------------------------------- 1 | # 小游戏竞赛复赛各场次选手列表 2 | 3 | 表格中加粗标注的角色名表示其对应的选手在该轮次中晋级;以斜体标注的角色名表示其对应的选手实际未参与该轮次比赛(未进入比赛服务器)。 4 | 5 | ## 第一场 6 | 7 | 比赛时间:2021 年 8 月 23 日 14 时 30 分(准点开始) 8 | 9 | | 红队 | 蓝队 | 10 | | --------------- | -------------- | 11 | | **ImLingCheng** | TheBiigShit | 12 | | **_249_** | _Uncle\_Red\__ | 13 | | **GS\_Jie** | _DaddyKyeick_ | 14 | | **Eh5\_** | Nobi_kamo | 15 | 16 | 17 | 18 | ## 第二场 19 | 20 | 比赛时间:2021 年 8 月 23 日 16 时整(实际延后至约 16 时 20 分) 21 | 22 | | 绿队 | 黄队 | 23 | | --------------- | ---------------- | 24 | | **jiakua** | 关注嘉然顿顿解馋 | 25 | | **chou\_e** | ER\_Capital | 26 | | **Zhi\_Dao** | _Yi\_Joy_ | 27 | | **Solitudream** | _binglin_sama_ | 28 | 29 | ## 第三场 30 | 31 | 比赛时间:2021 年 8 月 23 日 19 时 30 分(实际略有延后) 32 | 33 | | 红队 | 蓝队 | 34 | | ----------------- | ---------------- | 35 | | **SevenWuying** | LiitleLove | 36 | | **Guangbai** | LinLei_Baruch | 37 | | **MeowBot\_NEKO** | Frackef | 38 | | **wwcxy** | _yekong\_cuican_ | 39 | 40 | ## 第四场 41 | 42 | 比赛时间:2021 年 8 月 23 日 21 时整(准点开始) 43 | 44 | | 绿队 | 黄队 | 45 | | --------------- | ---------------- | 46 | | Xiaohaoxh\_520 | **WHTL\_** | 47 | | MisakaMikoto149 | **Paper\_white** | 48 | | _YuTang\_ya_ | **Paperbox177** | 49 | | Xiao\_\_JuZi | **bad\_sheep** | 50 | 51 | ## 第五场 52 | 53 | 比赛时间:2021 年 8 月 24 日 14 时 30 分(准点开始) 54 | 55 | | 红队 | 蓝队 | 56 | | ---------------- | -------------- | 57 | | **WhiteXFox** | _yu\_qian\_si_ | 58 | | **Wishing\_Qi** | _DeanClock_ | 59 | | **idfjgoidfoig** | sheng23333 | 60 | | **SupLaXing** | tianqi482 | 61 | 62 | ## 第六场 63 | 64 | 比赛时间:2021 年 8 月 24 日 16 时整(实际略有延后) 65 | 66 | | 绿队 | 黄队 | 67 | | -------------- | ---------- | 68 | | **Bei\_kui** | FunnyKing | 69 | | **PA\_MS** | XIANG\_\__ | 70 | | **zjl** | _wuka1234_ | 71 | | **IrisHunter** | xiaojibola | 72 | 73 | ## 第七场 74 | 75 | 比赛时间:2021 年 8 月 24 日 19 时 30 分(准点开始) 76 | 77 | | 红队 | 蓝队 | 78 | | ------------------ | ------------- | 79 | | **Eterstars** | UIYZi | 80 | | **XTianShuo** | QiyiDeHongshi | 81 | | **jifengoqk** | Rainbow\_T | 82 | | **_mo\_shen\_xi_** | tai\_feng | 83 | 84 | ## 第八场 85 | 86 | 比赛时间:2021 年 8 月 24 日 21 时整 87 | 88 | | 绿队 | 黄队 | 89 | | ------------- | -------------- | 90 | | Solomon4k | **Cat_cubs** | 91 | | Youranxiaogao | **Xiaochao\_** | 92 | | _AutumnIsPro_ | **chiyan.** | 93 | | lchoip | **SCP181** | 94 | -------------------------------------------------------------------------------- /5thAnniv/minigames/players/semifinal.md: -------------------------------------------------------------------------------- 1 | # 小游戏竞赛复赛各场次选手列表 2 | 3 | 表格中加粗标注的角色名表示其对应的选手在该轮次中晋级;以斜体标注的角色名表示其对应的选手实际未参与该轮次比赛(未进入比赛服务器)。 4 | 5 | ## 第一场 6 | 7 | 比赛时间:2021 年 8 月 25 日 14 时 8 | 9 | | 红队 | 黄队 | 绿队 | 蓝队 | 10 | | ----------- | --------------- | ---------------- | ------------ | 11 | | chou\_e | **ImLingCheng** | **SupLaXing** | WHTL\_ | 12 | | jiakua | **GS\_Jie** | **idfjgoidfoig** | Paper\_white | 13 | | Zhi\_Dao | **249** | **Wishing\_Qi** | Paperbox177 | 14 | | Solitudream | **Eh5\_** | **WhiteXFox** | bad\_sheep | 15 | 16 | ## 第二场 17 | 18 | 比赛时间:2021 年 8 月 25 日 16 时 19 | 20 | | 红队 | 黄队 | 绿队 | 蓝队 | 21 | | ----------------- | ---------- | -------------- | ------------- | 22 | | **Eterstars** | Cat\_cubs | **IrisHunter** | SevenWuying | 23 | | **XTianShuo** | Xiaochao\_ | **Bei\_kui** | Guangbai | 24 | | **jifenggoqk** | chiyan. | **zjl** | MeowBot\_NEKO | 25 | | **mo\_sheng\_xi** | SCP181 | **PA\_MS** | wwcxy | 26 | 27 | -------------------------------------------------------------------------------- /5thAnniv/minigames/preliminary.md: -------------------------------------------------------------------------------- 1 | # 小游戏竞赛初赛 2 | 3 | 初赛阶段将进行至多 8 场比赛,每场比赛至多 32 人参与。报名参与小游戏竞赛的用户可在报名结束前选择自己参与的场次,如未选择参与的场次,则将由运营组随机安排。场次安排情况将于报名结束次日凌晨发布,请留意。 4 | 5 | **比赛时间场次和可能根据报名情况变更**,请注意关注五周年庆典玩家群、[活动时间表](/5thAnniv/schedule.html) 和我们的 Twitter 账号,以获取活动的最新动态。 6 | 7 | 08/20/2021 晚更新:各场次列表已生成,请 [_点此查看 >>>_](./players/preliminary.html) 8 | 9 | 08/22/2021 晚更新:初赛晋级选手列表已公布,请 [_点此查看 >>>_](./players/promoted/preliminary.html) 10 | 11 | ::: warning 12 | 本轮比赛需使用专用材质包,否则可能无法正常游戏。材质包下载地址请见下方 [地图信息](#地图信息) 部分。 13 | ::: 14 | 15 | [[toc]] 16 | 17 | ## 地图信息 18 | 19 | - 游戏地图:[地陷圣坛](https://www.mcbbs.net/thread-908503-1-1.html) 20 | - 游戏模式:个人 - 死亡竞赛 21 | - 游戏版本: 1.14.4 22 | - 专用资源包:**需要**,[_点击下载 >>>_](https://littleskin-resource.littleservice.cn/5thAnniv/sheepooia.zip) 23 | - 地图制作团队:Command Block Logic 24 | 25 | ## 比赛规则 26 | 27 | ### 确认参与 28 | 29 | 请提前至少五分钟进入游戏服务器。游戏开始前,请先将主手上的物品切换到羊羊大炮(物品栏第一位),将羊羊发射到大厅左侧的附魔台上,以确认参与比赛,否则无法进入比赛。 30 | 31 | ![Join](./assets/preliminary/join.png) 32 | 33 | ### 单场游戏时长 34 | 35 | 五分钟。 36 | 37 | ### 得分规则 38 | 39 | 每击杀一人可获得 10 分,自杀扣除 5 分。 40 | 41 | ### 晋级规则 42 | 43 | 每场比赛得分前 8 名的选手可晋级至复赛。如存在分数相同的情况,则取最早取得该分数的玩家晋级。 44 | 45 | ## 游戏玩法 46 | 47 | 羊羊大炮可发射具有爆炸伤害的羊羊;而芭蕉扇可以将身边的羊羊或玩家吹开。你需要击杀其它玩家以得分,同时防御来自其它玩家的攻击。被击杀后可以复活。 48 | 49 | 连续发射羊羊需要冷却,冷却时间将在经验栏显示;多次使用芭蕉扇需要冷却,芭蕉扇可使用的次数将显示为等级,冷却时间将在经验栏显示。 50 | 51 | ![ShortCut Bar](./assets/preliminary/bar.png) 52 | 53 | - 第一格物品:羊羊大炮 54 | - 右键能够发射神奇羊羊,是你参战的主要武器; 55 | - 第二格物品:芭蕉扇 56 | - 拥有驾驭风的力量,右键挥动可吹动玩家和羊羊。 57 | 58 | 在游戏开始前,玩家可通过踩上大厅中不同颜色的混凝土块,选择不同属性的羊羊。如果你在游戏中死亡,请站到石砖上以返回战场。 59 | 60 | ![Select](./assets/preliminary/select.png) 61 | 62 | ### 羊羊属性 63 | 64 | #### 失重 65 | 66 | - 羊羊将不受重力影响直直前进。飞行距离越远伤害越高,与此同时主人的移动速度将会加快; 67 | - 手持羊羊大炮按 F 即可在小白羊和小黄羊之间切换。 68 | 69 | #### 冰冻 70 | 71 | - 落地后羊羊会生成雪花阵, 逐渐降低阵内敌人的移动速度,直到将敌人完全冻住。被冻住时更无法挥动扇子,且主人将免疫冰冻效果; 72 | - 手持羊羊大炮按 F 即可在小白羊和小冰羊之间切换。 73 | 74 | #### 急爆 75 | 76 | - 落地后羊羊将会立刻爆炸; 77 | - 主人的最大扇子次数将增大; 78 | - 手持羊羊大炮按 F 即可在小白羊和小红羊之间切换。 79 | 80 | #### 末影 81 | 82 | - 羊羊会将它的主人传送到它落地的位置并将主人能量充满; 83 | - 手持羊羊大炮按 F 即可在小白羊和小黑羊之间切换。 84 | 85 | #### 吸收 86 | 87 | - 落地后羊羊在附近生成吸收阵, 其中的队友会获得伤害吸收,与此同时主人的生命上限将变高; 88 | - 手持羊羊大炮按 F 即可在小白羊和小橙羊之间切换。 89 | 90 | #### 普通 91 | 92 | - 虽然能力普通,但是总能量高。 93 | 94 | ### 超级羊羊 95 | 96 | 在游戏中攻击其它玩家可为羊羊大炮充能,当羊羊大炮充能完毕后,可根据游戏界面提示释放超级羊羊。超级羊羊拥有更大的攻击力和属性加成,但释放超级羊羊时的你会非常脆弱。 97 | -------------------------------------------------------------------------------- /5thAnniv/minigames/quaterfinal.md: -------------------------------------------------------------------------------- 1 | # 小游戏竞赛复赛 2 | 3 | 复赛阶段将进行至多 8 场比赛,每场比赛至多 2 组团队(8 人)参与。晋级复赛的团队可在复赛第一天上午 10 时前选择自己参与的场次,如未选择参与的场次,则将由运营组随机安排。场次安排情况将于复赛第一天中午 12 时前公布,请留意。 4 | 5 | 08/23/2021 早更新:复赛各场次玩家列表及晋级名单已发布,请 [_点此查看 >>>_](./players/quaterfinal.html) 6 | 7 | ::: warning 8 | 本轮比赛需使用专用材质包,否则可能无法正常游戏。材质包下载地址请见下方 [地图信息](#地图信息) 部分。 9 | ::: 10 | 11 | [[toc]] 12 | 13 | ## 地图信息 14 | 15 | - 游戏地图:[ElementsBattle](https://www.mcbbs.net/thread-891679-1-1.html) 16 | - 游戏模式:团队 - 掠夺模式 17 | - 游戏版本: 1.16.2 18 | - 专用资源包:**需要**,[_点击下载 >>>_](https://littleskin-resource.littleservice.cn/5thAnniv/eb_resourcespack.zip) 19 | - 地图制作团队:The Command's Power 20 | 21 | ## 比赛规则 22 | 23 | ### 队伍选择 24 | 25 | 选手需要在 30 秒内走入中间自己的队伍的颜色的区域,以选择队伍。 26 | 27 | ![Team](./assets/quaterfinal/team.jpg) 28 | 29 | 未选择队伍的选手在比赛正式开始后将切换为旁观模式,无法参与比赛。 30 | 31 | ::: danger 32 | 请注意选择自己的队伍,一旦倒计时结束就不能再退出队伍。 33 | ::: 34 | 35 | ### 准备游戏 36 | 37 | 游戏进入准备阶段后。请手持你喜欢的一个法杖并右键它。选择后它将会出现在墙上,表示你已选择法杖。 38 | 39 | ![Select](./assets/quaterfinal/select.jpg) 40 | 41 | 选择完法杖后,请打开背包,点击第三行第一个物品进行准备。 42 | 43 | ![Ready](./assets/quaterfinal/ready.jpg) 44 | 45 | 所有选手都准备完成或倒计时结束时,比赛将自动开始。 46 | 47 | ### 得分规则 48 | 49 | 团队内有选手持有魔灵石块即可得分,单个魔灵石块最多 100 分。当单个魔灵石块累计得分达到 100 时将重新生成魔灵石块。 50 | 51 | 持有魔灵石块的玩家被击杀后,击杀者将掠夺被击杀的玩家的魔灵石块,被击杀的玩家的团队将得到魔灵石被掠夺前得分的 50%。 52 | 53 | ### 晋级规则 54 | 55 | 每场游戏中最先获得 1200 分的团队即为该局比赛的优胜团队;在三局比赛中率先取得两局优胜的团队可晋级至决赛。 56 | 57 | ## 游戏玩法 58 | 59 | 地图上将随机出现魔灵石块,选手需抢夺并持有魔灵石以得分。持有魔灵石的玩家必须设法躲避其他玩家的追击,保护好你身上的魔灵石。 60 | 61 | ![Lapis](./assets/quaterfinal/lapis.jpg) 62 | 63 | 在进入服务器后,你可以图书馆(出生点处)了解游戏详情,也可以在大厅后面的墙选择一个法杖与其他玩家进行试玩,还可以点击背包第一行第九格的物品进行基础教程。 64 | 65 | ![Classes](./assets/quaterfinal/classes.jpg) 66 | 67 | ### 法杖属性 68 | 69 | 不同的法杖拥有不同的属性和技能。你可以可以打开背包,将光标悬浮在法杖和技能(附魔书)上,查看各个法杖和技能的详情。 70 | 71 | ![Cane](./assets/quaterfinal/cane.png) 72 | 73 | ### 技能释放 74 | 75 | 技能释放存在冷却时间且需要消耗法力值,法力值将在经验栏显示。 76 | 77 | ![MP](./assets/quaterfinal/mp.png) 78 | 79 | - 单击右键进行技能释放; 80 | - 按住 Shift 并单击右键进行强化技能释放; 81 | - 按住 Shift,听到三次提示音后单击右键进行蓄力技能释放; 82 | - 按 F 释放特殊技能; 83 | - 按 Q 释放位移技能。 84 | 85 | ### 技能升级 86 | 87 | 每个法杖的五个技能分别位于背包中行的中间五个附魔书,从左到右依次是技能一到技能五,每个技能最高可以升级到五级。 88 | 89 | ![Skills](./assets/quaterfinal/skills.png) 90 | 91 | 每升级一次技能,需要消耗 5 个魔灵石。魔灵石位于快捷栏第九格,可以通过击杀敌方或存活一段时间获得。 92 | 93 | ### 游戏提示 94 | 95 | 地图的某个地方会出现药水,靠近即可拾起并获得附加效果增益! 96 | 97 | ![Potion](./assets/quaterfinal/potion.jpg) 98 | 99 | -------------------------------------------------------------------------------- /5thAnniv/minigames/semifinal.md: -------------------------------------------------------------------------------- 1 | # 小游戏竞赛半决赛 2 | 3 | 半决赛阶段将进行至多 2 场比赛,每场比赛至多 16 人参与。晋级半决赛的团队可在半决赛当天上午 10 时前选择自己参与的场次,如未选择参与的场次,则将由运营组随机安排。场次安排情况将于半决赛当天中午 12 时前公布,请留意。 4 | 5 | 08/25/2021 早更新:半决赛各场次选手列表及晋级名单已发布,请 [_点此查看 >>>_](./players/semifinal.html) 6 | 7 | [[toc]] 8 | 9 | ## 地图信息 10 | 11 | - 游戏地图:[Bingo](https://www.flytre.net/bingo) 12 | - 游戏模式:Manhunt 13 | - 游戏版本: 1.16.5 14 | - 专用资源包:不需要 15 | - 地图制作团队:Flytre Maps 16 | 17 | ## 比赛规则 18 | 19 | ### 队伍选择 20 | 21 | 游戏开始后不会自动分配队伍,玩家需手动进入自己的队伍。 22 | 23 | 站上游戏大厅中代表各队伍的颜色的区域即可加入对应的队伍。 24 | 25 | ![Team](./assets/final/team.png) 26 | 27 | ### 获胜方法 28 | 29 | 红队:击杀黄、绿、蓝队所有的玩家 30 | 31 | 黄、绿、蓝队:达成 Bingo,即在集齐在 Bingo Board 上的一排、一列或对角线上的 5 个物品。 32 | 33 | ![Bingo](./assets/final/bingo.jpg) 34 | 35 | 最先获胜的团队即为优胜团队,可晋级至决赛。 36 | 37 | 除优胜团队之外,我们还将选取每场比赛中收集 Bingo Board 上任务物品最多的团队,评为「最速传说」团队,晋级至决赛。 38 | 39 | ## 游戏玩法 40 | 41 | 游戏开始时,Bingo Board 上会生成 25 个随机物品(即 Bingo 物品),并给予你 Bingo Board(左手)和工具(快捷栏)。 42 | 43 | ![Game](./assets/final/hand.png) 44 | 45 | 红队需击杀场上所有其它队伍的玩家,方可获得胜利;黄、绿、蓝队的玩家需要收集这些物品,达成 Bingo 以取得胜利。 46 | 47 | 各个队伍将会分散在不同的区域。各个队伍可以互相靠近,并和其他队伍进行 PvP。黄、绿、蓝队玩家只有 8 点生命值(4 颗心),死亡后物品将会掉落,且不可复活;红队玩家有 20 点生命值(10 颗心),死亡后物品将掉落,但可复活。 48 | 49 | 当你获得一件新的 Bingo 物品时,手持地图并扔出它以更新 Bingo Board。 50 | 51 | ### 可以使用的指令 52 | 53 | 1. 如果你不确定 Bingo Board 上的物品,可以使用 `/trigger clarify set [1-25]` 查询此物品的名称。`[1-25]` 为物品所在格的编号,从左到右、从上到下逐格依次递加; 54 | 55 | 2. 使用 `/trigger team_tp {playername}` 以随机传送到一个的队友身边; 56 | 57 | 4. 如果你不小心丢失了你的 Bingo Board,请使用 `/trigger give_map` 以重新获取。 -------------------------------------------------------------------------------- /5thAnniv/redeem.md: -------------------------------------------------------------------------------- 1 | # 积分兑换 2 | 3 | 拥有大量积分的用户可使用一定的积分兑换礼品。 4 | 5 | 积分兑换的礼品需要自付运费。在发放礼品前,运营组将通过你填写的在线联系方式与你联系,确定运费相关事宜。 6 | 7 | 口罩和徽章的渲染图可以 [_点此查看 >>>_](https://www.mcbbs.net/forum.php?mod=viewthread&tid=1246608&page=28#pid23134445) 8 | 9 | ## 礼品列表 10 | 11 | ### LittleSkin 定制口罩 10 只 12 | 13 | - 兑换所需积分:10000 14 | - 总库存:5 份 15 | 16 | ### LittleSkin 定制徽章 17 | 18 | - 兑换所需积分:10000 19 | - 总库存:10 份 20 | 21 | ### LittleSkin 五周年定制明信片 22 | 23 | - 兑换所需积分:5000 24 | - 总库存:10 份 25 | 26 | ## 兑换方式 27 | 28 | 兑换开放后,用户可从用户中心左边栏菜单进入「积分兑换」页面,在其中选择心仪的礼品。 29 | 30 | 兑换后,请注意及时填写收货信息,活动结束后我们将不再接受兑换和收货信息填写,已兑换的积分不退还。 -------------------------------------------------------------------------------- /5thAnniv/rewards.md: -------------------------------------------------------------------------------- 1 | # 奖品列表 2 | 3 | 在这里可以看到本次活动中各个环节的可获得的奖品。 4 | 5 | 奖品将于 2021 年 9 月至 12 月通过顺丰速运或京东快递分批发放。抽奖环节中获奖的欧皇以及空岛生存竞赛和小游戏竞赛的优胜者的奖品的运费可以由运营组支付(如果你愿意帮我们减轻些许经济压力的话,也可以选择自付),积分兑换的奖品的运费需用户自付(明信片除外)。在发放奖品前,运营组将通过你填写的在线联系方式与你联系,确定运费相关事宜。 6 | 7 | 实物奖品(口罩、徽章)的预览图请 [_点此查看 >>>_](https://www.mcbbs.net/forum.php?mod=redirect&goto=findpost&ptid=1246608&pid=23134445) 8 | 9 | [[toc]] 10 | 11 | ## 抽奖 12 | 13 | 抽奖奖池分为骨灰奖池和全员奖池,其中老用户奖池仅 UID 小于 200000 的用户可参与(且自动参与,可同时参与全员奖池,但不可同时获奖)。各奖池的奖品列表如下: 14 | 15 | ### 骨灰奖池 16 | 17 | - 正版 Minecraft Java 国际版 * 1 18 | - LittleSkin 五周年定制礼包一份 * 1,其中包含: 19 | - LittleSkin 定制一次性口罩 20 只 20 | - LittleSkin 定制徽章一个 21 | - LittleSkin 五周年定制明信片一张 22 | - LittleSkin 积分 5000 23 | - LittleSkin 定制一次性口罩 20 只 * 3 24 | - LittleSkin Logo 徽章一个 * 3 25 | - LittleSkin 五周年定制明信片一张 * 5 26 | - LittleSkin 积分 5000 * 3 27 | - Minecraft TNT 靠枕 * 1 28 | - Minecraft 苦力怕靠枕 * 1 29 | 30 | ### 全员奖池 31 | 32 | - LittleSkin 定制一次性口罩 20 只 * 1 33 | - LittleSkin 定制徽章一个 * 5 34 | - LittleSkin 五周年定制明信片 * 5 35 | - LittleSkin 积分 5000 * 3 36 | - MCBBS 服务器提升卡三张 * 5 37 | - MCBBS 致富卡 * 3 38 | - MCBBS 钻石镐 * 1 39 | 40 | ## 空岛生存竞赛 41 | 42 | 我们将在空岛生存竞赛结束后,选取所在空岛价值最高的前三位用户作为优胜者,发放奖品。冠军、亚军和季军所能获得的奖品列表如下: 43 | 44 | ### 冠军 45 | 46 | - LittleSkin 定制一次性口罩 30 只 47 | - LittleSkin 五周年空岛生存竞赛优胜者定制明信片一张 48 | - LittleSkin Logo 徽章一个 49 | - LittleSkin 积分 5000 50 | 51 | ### 亚军 52 | 53 | - LittleSkin 定制一次性口罩 20 只 54 | - LittleSkin 五周年空岛生存竞赛优胜者定制明信片一张 55 | - LittleSkin Logo 徽章一个 56 | - LittleSkin 积分 2500 57 | 58 | ### 季军 59 | 60 | - LittleSkin 定制一次性口罩 10 只 61 | - LittleSkin 五周年空岛生存竞赛优胜者定制明信片一张 62 | - LittleSkin Logo 徽章一个 63 | - LittleSkin 积分 500 64 | 65 | ::: warning 66 | **空岛生存的优胜者的奖品只有一份。**组队参与的选手需要自行分配奖品。 67 | ::: 68 | 69 | ## 小游戏竞赛 70 | 71 | 在小游戏竞赛决赛中最先集齐足以完成任务的物品的团队即为优胜者团队,团队中的所有成员均可获得一份优胜者奖品。 72 | 73 | 除优胜者团队外,我们还将选出收集任务物品最多的为「最速传说」团队,团队中的所有成员均可获得一份「最速传说」奖品。 74 | 75 | ### 优胜者奖品 76 | 77 | - LittleSkin 定制一次性口罩 20 只 78 | - LittleSkin 五周年小游戏竞赛优胜者定制明信片一张 79 | - LittleSkin Logo 徽章一个 80 | - LittleSkin 积分 2500 81 | 82 | ### 「最速传说」奖品 83 | 84 | - LittleSkin 定制一次性口罩 10 只 85 | - LittleSkin 五周年竞技比赛最速传说定制明信片一张 86 | - LittleSkin Logo 徽章一个 87 | - LittleSkin 积分 500 88 | 89 | ## 积分兑换 90 | 91 | 拥有大量积分的用户在活动期间可以使用积分兑换礼品。礼品数量有限,先到先得,每种礼品每人限兑换一次。 92 | 93 | - LittleSkin 定制一次性口罩 10 只 * 5 94 | - LittleSkin 定制徽章 * 10 95 | - LittleSkin 五周年定制明信片 * 10 -------------------------------------------------------------------------------- /5thAnniv/schedule.md: -------------------------------------------------------------------------------- 1 | # 时间表 2 | 3 | 本次活动将于 2021 年 8 月 21 日至 2021 年 8 月 25 日期间开展。关于活动的具体时间,请继续阅读。 4 | 5 | 如有任何问题,请加入我们的 [官方用户交流群](/user-group.html) 询问,或发送 [邮件工单](/email.html) 与我们联系。已完成报名的用户也可以在五周年庆典玩家群中询问。 6 | 7 | [[toc]] 8 | 9 | ## 报名时间 10 | 11 | 报名表将于 2021 年 8 月 16 日至 2021 年 8 月 20 日晚 22 时开放。20 日晚 22 时后,报名表将关闭,不再接受任何报名。 12 | 13 | ## 抽奖时间 14 | 15 | 抽奖活动将于 2021 年 8 月 25 日 15 时 30 分进行。 16 | 17 | 关于抽奖活动的更多信息,请 [_点此查看 >>>_](/5thAnniv/lottery.html) 18 | 19 | ## 空岛生存竞赛服务器开放时间 20 | 21 | 空岛生存竞赛服务器将于 2021 年 8 月 21 日 0 时开放,2021 年 8 月 25 日 24 时关闭。 22 | 23 | 服务器开放期间,所有报名用户均可随时加入服务器游玩,每人每日限制游玩时间为三小时。 24 | 25 | 我们将在服务器后台记录每位玩家当天的在线时间,在线超过三小时后用户所用角色将被强制切换为旁观模式,直至次日 0 时恢复。 26 | 27 | 关于空岛生存竞赛的更多信息,请 [_点此查看 >>>_](./skyblock.html) 28 | 29 | ## 小游戏竞赛比赛时间 30 | 31 | 小游戏竞赛分为初赛、复赛和决赛三轮。前一轮比赛的优胜者可晋级至后一轮比赛,直至决出最后的优胜者。 32 | 33 | 初赛和复赛将举行多场比赛。比赛时间场次和可能根据报名情况变更。请注意关注五周年庆典玩家群、本页面和我们的 Twitter 账号,以获取活动的最新动态。 34 | 35 | 关于小游戏竞赛的更多信息,请 [_点此查看 >>>_](./minigames/) 36 | 37 | ::: warning 38 | 报名人数过少的场次可能会与其它场次合并。最终的场次信息请以运营组公布为准。 39 | ::: 40 | 41 | ### 初赛时间 42 | 43 | - 第一场:2021 年 8 月 21 日 15 时整; 44 | - 第二场:2021 年 8 月 21 日 15 时 30 分; 45 | - 第三场:2021 年 8 月 21 日 20 时整; 46 | - 第四场:2021 年 8 月 21 日 20 时 30 分; 47 | - 第五场:2021 年 8 月 22 日 15 时整; 48 | - 第六场:2021 年 8 月 22 日 15 时 30 分; 49 | - 第七场:2021 年 8 月 22 日 20 时整; 50 | - 第八场:2021 年 8 月 22 日 20 时 30 分。 51 | 52 | ### 复赛时间 53 | 54 | - 第一场:2021 年 8 月 23 日 14 时 30 分; 55 | - 第二场:2021 年 8 月 23 日 16 时整; 56 | - 第三场:2021 年 8 月 23 日 19 时 30 分; 57 | - 第四场:2021 年 8 月 23 日 21 时整; 58 | - 第五场:2021 年 8 月 24 日 14 时 30 分; 59 | - 第六场:2021 年 8 月 24 日 16 时整; 60 | - 第七场:2021 年 8 月 24 日 19 时 30 分; 61 | - 第八场:2021 年 8 月 24 日 21 时整。 62 | 63 | ### 半决赛时间 64 | 65 | - 第一场:2021 年 8 月 25 日 14 时整; 66 | - 第二场:2021 年 8 月 25 日 16 时整。 67 | 68 | ### 决赛时间 69 | 70 | 决赛只有一场,将于 2021 年 8 月 25 日 20 时举行。 71 | 72 | ## 积分兑换时间 73 | 74 | 积分兑换页面和收件信息收集表将于 2021 年 8 月 21 日 0 时开放,25 日 24 时关闭。 75 | 76 | 你必须在积分兑换开放时段内兑换礼品并填写收件信息,过时不候,已扣除的积分不退还。 77 | 78 | 关于积分兑换的更多信息,请 [_点此查看 >>>_](./redeem.html) 79 | -------------------------------------------------------------------------------- /5thAnniv/singup.md: -------------------------------------------------------------------------------- 1 | # 活动报名 2 | 3 | 参与本次活动前需要先报名。 4 | 5 | ## 报名前的准备 6 | 7 | 报名需要注册 LittleSkin 账号。已有账号的用户无需重复注册,直接使用已有帐号报名即可。 8 | 9 | ## 报名方式 10 | 11 | 请点击以下链接, 或扫描以下二维码,填写报名问卷:[https://wj.qq.com/s2/8866172/548a](https://wj.qq.com/s2/8866172/548a) 12 | 13 | ![QR Code](./assets/singup.png) 14 | 15 | 报名信息提交后无法更改,所以请认真填写报名问卷,确认信息无误后再提交。 16 | 17 | ## 报名之后 18 | 19 | 报名完成后,请加入 [QQ 群 917470359](https://jq.qq.com/?_wv=1027&k=os9EsvoG) 以了解活动动态、选择小游戏竞赛比赛场次等。 20 | 21 | ::: danger 22 | 报名小游戏竞赛的选手必须加群,根据群公告的指引选择参与的比赛场次。如场次选择结束时选手仍未选择自己的比赛场次,则将由运营组随机安排。 23 | ::: -------------------------------------------------------------------------------- /5thAnniv/skyblock.md: -------------------------------------------------------------------------------- 1 | # 空岛生存竞赛 2 | 3 | ## 服务器信息 4 | 5 | - 游戏版本:`1.16.5` 6 | - 服务器地址:`sky.5th.littlesk.in` 7 | 8 | 进入服务器需要使用 LittleSkin 的 Yggdrasil API 登录。如需了解如何登录,请查看 [在客户端使用 Yggdrasil API 登录](/advanced/yggdrasil.html#%E5%9C%A8%E5%AE%A2%E6%88%B7%E7%AB%AF%E4%BD%BF%E7%94%A8)。 9 | 10 | ## 比赛规则 11 | 12 | 评分标准:活动结束时的空岛发展程度。 13 | 14 | 在有限的时间内发展你的空岛(每人每天限制游玩三小时),可以自行组队,但每队不可超过三个人; 15 | 16 | 发展的定义:你的岛屿等级。可通过 `/is level` 查看; 17 | 18 | 你的岛屿等级由岛上的方块的价值(即 Value)决定。你可以将方块拿在主手上,输入 `/is value` 来查看其价值; 19 | 20 | 你的大部分所需物品可以从完成空岛挑战 `/is challenges` 或者另一个世界 SkyGrid 中获取(输入 `/SkyGrid` 前往) 21 | 22 | ## 游戏步骤 23 | 24 | 1、获取你的空岛。首先进入本次活动的服务器,输入 `/island` 或者缩写 `/is` 选择你的空岛类型,当你创建完成后即会被传送至空岛,此后 `/island` 或者缩写`/is` 将直接传送你至空岛上 25 | 26 | 2、邀请你的队友(也可以不)。输入 `/is invite ` 或是 `/island team invite ` 来邀请你的队友,对方则需要输入 `/is team accept` 来接受你的请求。 27 | 28 | 3、开始发展你们的空岛吧!可以通过输入 `/SkyGrid` 前往网格世界进行发展,获取方块或者进行交易,祝你好运! 29 | 30 | ## 其它 31 | 32 | 输入 `/is help` 可获得更多的指令信息。 33 | 34 | ::: tip 赞助商 35 | 本次活动的游戏服务器由 Complex Studio 旗下【[宿雨云 | 性能怪兽 / 三线高防 / 优质售后](https://www.mcbbs.net/thread-1210568-1-1.html)】强力驱动,保障每一位玩家的游戏体验如德芙般丝滑顺畅。 36 | 37 | [![](https://ns.complexstudio.net/uploads/images/2021-06-15/01e4d6c66d470246b791fe20fec4444e.png)](https://www.mcbbs.net/thread-1210568-1-1.html) 38 | 39 | 在此感谢 Complex Studio 和宿雨云对本次活动的大力支持! 40 | ::: 41 | 42 | ## 获奖信息 43 | 44 | 空岛生存竞赛获奖信息已发布,请 [_点击查看 >>>_](./winner.html#空岛生存竞赛) -------------------------------------------------------------------------------- /5thAnniv/winner.md: -------------------------------------------------------------------------------- 1 | # 获奖名单 2 | 3 | 获得实物奖品和正版 Minecraft Java 国际版和 MCBBS 道具的用户,我们会在一个月内通过账户绑定的邮箱进行联系,确认收货信息;获得积分的用户,积分将直接发放到其账户中。 4 | 5 | ## 抽奖 6 | 7 | 抽奖时间:2021 年 8 月 25 日 15 时 15 分。 8 | 9 | 抽奖规则:将参与活动的用户的 UID 以报名顺序排于一列,使用 Google 提供的随机数生成器随机生成数字,数字所对应的行的 UID 对应的用户即为中奖用户。 10 | 11 | ### 骨灰奖池 12 | 13 | - **Minecraft TNT 靠枕**:49843 14 | - **Minecraft 苦力怕靠枕**:189982 15 | - **LittleSkin 5000 积分**: 16 | - 135212 17 | - 119800 18 | - 173736 19 | - **LittleSkin 五周年定制明信片**: 20 | - 95191 21 | - 54089 22 | - 8230 23 | - 27523 24 | - 95171 25 | - **LittleSkin 定制徽章**: 26 | - 67504 27 | - 146628 28 | - 196509 29 | - **LittleSkin 五周年定制一次性口罩**: 30 | - 52841 31 | - 74225 32 | - 6785 33 | - **LittleSkin 五周年大礼包**:127563 34 | - **正版 Minecraft Java 国际版**:198878 35 | 36 | ### 全员奖池 37 | 38 | - **MCBBS 服务器提升卡**: 39 | - 46945 40 | - 88674 41 | - 144027 42 | - 48637 43 | - 65657 44 | - **MCBBS 致富卡**: 45 | - 178615 46 | - 121749 47 | - 170122 48 | - **MCBBS 钻石镐**:99526 49 | - **LittleSkin 5000 积分**: 50 | - 72364 51 | - 51077 52 | - 195994 53 | - **LittleSkin 五周年定制明信片**: 54 | - 43228 55 | - 61335 56 | - 183386 57 | - 123875 58 | - 131538 59 | - **LittleSkin 定制徽章**: 60 | - 29105 61 | - 55262 62 | - 93315 63 | - 90846 64 | - 177341 65 | - LittleSkin 五周年定制一次性口罩:161385 66 | 67 | ## 小游戏竞赛 68 | 69 | ### 优胜团队: 70 | 71 | - SupLaXing 72 | - idfjgoidfoig 73 | - Wishing\_Qi 74 | - WhiteXFox 75 | 76 | ### 「最速传说」团队: 77 | 78 | - Eterstars 79 | - XTianShuo 80 | - jifengoqk 81 | - mo\_shen\_xi 82 | 83 | ## 空岛生存竞赛 84 | 85 | - **冠军**:ImLingCheng 86 | - **亚军**:PA\_MS 87 | - **季军**:MeowBot\_NEKO 88 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public licenses. 411 | Notwithstanding, Creative Commons may elect to apply one of its public 412 | licenses to material it publishes and in those instances will be 413 | considered the “Licensor.” The text of the Creative Commons public 414 | licenses is dedicated to the public domain under the CC0 Public Domain 415 | Dedication. Except for the limited purpose of indicating that material 416 | is shared under a Creative Commons public license or as otherwise 417 | permitted by the Creative Commons policies published at 418 | creativecommons.org/policies, Creative Commons does not authorize the 419 | use of the trademark "Creative Commons" or any other trademark or logo 420 | of Creative Commons without its prior written consent including, 421 | without limitation, in connection with any unauthorized modifications 422 | to any of its public licenses or any other arrangements, 423 | understandings, or agreements concerning use of licensed material. For 424 | the avoidance of doubt, this paragraph does not form part of the public 425 | licenses. 426 | 427 | Creative Commons may be contacted at creativecommons.org. 428 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 首页 3 | --- 4 | 5 | # 欢迎浏览 LittleSkin 用户使用手册! 6 | 7 | 请查看左侧的目录,或是使用右上角的搜索,来寻找你想要的内容。 8 | 9 | 你可以在 [GitHub](https://github.com/tnqzh123/littleskin-manual) 获取到 LittleSkin 用户使用手册的所有 Markdown 源文件。 10 | 11 | ::: tip 12 | LittleSkin 使用 Blessing Skin Server 开发版本,快速的更新导致文档中所述的内容可能会落后于实际情况。如果你发现了某些文档说明的内容落后于 LittleSkin 的最新特性,请在我们的 GitHub 仓库中开 Issue 说明,或直接点击页面下方的「帮助我们完善这个页面」链接修改并发起 Pull Request。 13 | ::: 14 | 15 | ::: warning Can't understand Chinese? 16 | These documents are only available in Simplified Chinese at present. You may use [Google Translate](https://translate.google.com). 17 | 18 | If you can use both Simplified Chinese and your language fluently, you can help us translate these documents if you are willing :-) Please open a Pull Request in our GitHub repository, or contact the administrators by [sending a support ticket](/email.html). 19 | ::: 20 | 21 | ::: tip 22 | LittleSkin 用户使用手册中的所有内容,除非特别说明,均以 [知识共享 - 署名 - 相同方式共享 4.0 国际许可协议](https://creativecommons.org/licenses/by-sa/4.0/deed.zh) 授权使用。在引用 LittleSkin 用户使用手册中的内容时,请注意遵守许可协议。 23 | ::: -------------------------------------------------------------------------------- /advanced/api.md: -------------------------------------------------------------------------------- 1 | # Blessing Skin API 2 | 3 | ::: tip 4 | 这篇文档是面向开发者的,普通用户可能无法理解。 5 | 6 | 如果你看不懂这个页面在说些什么,直接关闭这篇文档或者浏览其它文档即可,忽略这部分内容不会影响你正常使用 LittleSkin 的基础功能。 7 | ::: 8 | 9 | ::: warning 10 | 当前 Blessing Skin API 正处于试验阶段,API 不稳定并随时可能发生破坏性变更,敬请留意。 11 | ::: 12 | 13 | LittleSkin 使用 Blessing Skin 最新开发版本,支持通过 Blessing Skin API 使用 LittleSkin 的各种功能,包括但不限于获取角色信息、更改角色材质等。 14 | 15 | ## API 文档 16 | 17 | 按理来说,LittleSkin 的 Blessing Skin API 与原版 Blessing Skin API 完全一致,你可以直接参考 Blessing Skin API 的文档:[Blessing Skin 用户手册 - Web API](https://blessing.netlify.app/api/) 18 | -------------------------------------------------------------------------------- /advanced/assets/oauth2/create-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/advanced/assets/oauth2/create-app.png -------------------------------------------------------------------------------- /advanced/assets/oauth2/open-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/advanced/assets/oauth2/open-page.png -------------------------------------------------------------------------------- /advanced/assets/yggdrasil/add-yggdrasil-server-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/advanced/assets/yggdrasil/add-yggdrasil-server-1.png -------------------------------------------------------------------------------- /advanced/assets/yggdrasil/add-yggdrasil-server-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/advanced/assets/yggdrasil/add-yggdrasil-server-2.png -------------------------------------------------------------------------------- /advanced/assets/yggdrasil/add-yggdrasil-server-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/advanced/assets/yggdrasil/add-yggdrasil-server-3.png -------------------------------------------------------------------------------- /advanced/assets/yggdrasil/choose-player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/advanced/assets/yggdrasil/choose-player.png -------------------------------------------------------------------------------- /advanced/assets/yggdrasil/set-email-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/advanced/assets/yggdrasil/set-email-password.png -------------------------------------------------------------------------------- /advanced/assets/yggdrasil/set-login-method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/advanced/assets/yggdrasil/set-login-method.png -------------------------------------------------------------------------------- /advanced/oauth2.md: -------------------------------------------------------------------------------- 1 | # OAuth 2 2 | 3 | ::: tip 4 | 这篇文档是面向开发者的,普通用户可能无法理解。 5 | 6 | 如果你看不懂这个页面在说些什么,直接关闭这篇文档或者浏览其它文档即可,忽略这部分内容不会影响你正常使用 LittleSkin 的基础功能。 7 | ::: 8 | 9 | LittleSkin 支持 OAuth 2 服务端。你可以在你的应用中集成「使用 LittleSkin 账户登录」这样的功能。 10 | 11 | ## 文档 12 | 13 | 请参阅:[Blessing Skin 用户手册 - Web API - OAuth2 认证](https://blessing.netlify.app/api/oauth.html)。 14 | 15 | ## 创建 OAuth 2 应用 16 | 17 | 在你的网站中集成 OAuth 2 之前,你需要先在 LittleSkin 创建应用并获取客户端 ID 和客户端 Secret。 18 | 19 | 1. 打开 OAuth 2 应用管理页面,你可以在侧边栏的 开发者 -> OAuth2 应用 找到这个页面的链接。点击「创建应用」。 20 | ![open-page](./assets/oauth2/open-page.png) 21 | 2. 输入你的应用的名称和回调 URL,点击「提交」。 22 | ![create-app](./assets/oauth2/create-app.png) 23 | 3. 你的 OAuth 2 应用就创建好啦,你可以在页面中找到你的 OAuth 2 应用的客户端 ID 和客户端 Secret。 -------------------------------------------------------------------------------- /advanced/yggdrasil.md: -------------------------------------------------------------------------------- 1 | # Yggdrasil 2 | 3 | LittleSkin 提供 Yggdrasil 验证鉴权服务。你可以配合 [authlib-injector](https://github.com/yushijinhun/authlib-injector) 来实现 Minecraft 服务器外置登录,并在不安装皮肤 Mod 的情况下加载来自 LittleSkin 的材质。 4 | 5 | 你可以在 [https://authlib-injector.yushi.moe/~download/](https://authlib-injector.yushi.moe/~download/) 下载到最新版本的 authlib-injector。 6 | 7 | ## Yggdrasil API 地址 8 | LittleSkin 的 Yggdrasil API 的地址是: 9 | 10 | ``` 11 | https://littleskin.cn/api/yggdrasil 12 | ``` 13 | 14 | LittleSkin 已在全站启用 authlib-injector 的 API 地址指示(ALI)功能。在使用支持 ALI 的 authlib-injector 和启动器时,输入 LittleSkin 的任意页面的地址即可被识别。 15 | 16 | ## API 文档 17 | 18 | 请参阅:[Yggdrasil 服务端技术规范](https://github.com/yushijinhun/authlib-injector/wiki/Yggdrasil%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%8A%80%E6%9C%AF%E8%A7%84%E8%8C%83) 19 | 20 | ## 在服务端使用 21 | 22 | 请先将服务器配置文件(一般为 server.properties)中 `online-mode` 一项的值设为 `true`,然后在你的服务端的启动指令的 `-jar` 参数前添加如下参数: 23 | 24 | ``` 25 | -javaagent:{path/to/authlib-injector.jar}=https://littleskin.cn/api/yggdrasil 26 | ``` 27 | 28 | 其中 `{path/to/authlib-injector.jar}` 为指向 authlib-injector 的路径。 29 | 30 | ::: warning 31 | 实际填写的路径两边没有大括号!大括号只是表明必须正确指定这个参数的值,但是实际上并不需要填入大括号。 32 | ::: 33 | 34 | ::: tip 35 | 如果你使用 BungeeCord,你需要在所有服务端(包括 BungeeCord 和所有子服)中加载 authlib-injector(方法见上),但只有 BungeeCord 可以打开 `online-mode`,其他服务端应该关闭 `online-mode`。 36 | ::: 37 | 38 | ## 在客户端使用 39 | 40 | 在客户端中使用 LittleSkin 的 Yggdrasil 需要启动器支持自定义 Yggdrasil 服务器。推荐使用 [HMCL 3](https://www.mcbbs.net/thread-142335-1-1.html) 和 [BakaXL](https://www.mcbbs.net/thread-512144-1-1.html)。 41 | 42 | ::: tip 43 | 如果你使用的启动器不支持自定义 Yggdrasil,并且你使用的启动器是使用 Java 编写的,你也可以手动添加 JVM 参数来加载 authlib-injector(就像在服务端使用 authlib-injector 一样),但是这篇文档不介绍这种做法。 44 | ::: 45 | 46 | 以下以 HMCL 3 为例,演示在 Minecraft 客户端中使用 Yggdrasil。 47 | 48 | 1. 打开 HMCL 3 的「新建游戏账户」界面,选择登录方式为「外置登录(authlib-injector)」。 49 | 如果这是你第一次打开 HMCL,这个界面将会在启动时弹出。 50 | 51 | ![set-login-method](./assets/yggdrasil/set-login-method.png) 52 | 53 | 2. 点击「认证服务器」旁的加号「+」,输入 LittleSkin 的 Yggdrasil API 地址,点击「下一步」,等待识别出 LittleSkin 的 Yggdrasil 后点击「完成」。 54 | 如果你曾经添加过 LittleSkin 的 Yggdrasil,你也可以在「认证服务器」菜单中直接选择 LittleSkin。 55 | 56 | ![add-yggdrasil-server-1](./assets/yggdrasil/add-yggdrasil-server-1.png) 57 | 58 | ![add-yggdrasil-server-2](./assets/yggdrasil/add-yggdrasil-server-2.png) 59 | 60 | ![add-yggdrasil-server-3](./assets/yggdrasil/add-yggdrasil-server-3.png) 61 | 62 | 3. 在「认证服务器」菜单中选择 LittleSkin,填写你的邮箱和密码。「用户名」即为你在 LittleSkin 的账号的邮箱。 63 | 如果你只添加了一个认证服务器,那么 HMCL 3 会默认选中那个唯一的认证服务器。 64 | 65 | ![set-email-password](./assets/yggdrasil/set-email-password.png) 66 | 67 | 4. 选择你的游戏角色。 68 | 如果你只有一个角色,那么 HMCL 3 会默认选择那个唯一的角色。 69 | 如果你希望添加多个角色,你可以再次添加你的账号来添加另一个角色。 70 | 71 | ![choose-player](./assets/yggdrasil/choose-player.png) 72 | 73 | 5. 设置完成啦!你可以启动游戏了。 74 | 75 | ::: tip 76 | 如果你在进入服务器时遇到「无效的会话」错误,请参考:[外置登录进入服务器时提示「无效的会话」/ accessToken 无效](/faq.html#外置登录进入服务器时提示「无效的会话」-accessToken-无效) 77 | ::: 78 | 79 | ## 参考链接 80 | 81 | - [在 Minecraft 服务端使用 authlib-injector](https://github.com/yushijinhun/authlib-injector/wiki/%E5%9C%A8-Minecraft-%E6%9C%8D%E5%8A%A1%E7%AB%AF%E4%BD%BF%E7%94%A8-authlib-injector) 82 | - [配合 authlib-injector 使用](https://github.com/bs-community/yggdrasil-api/wiki/0x03-配合-authlib-injector-使用) 83 | - [BakaXL 使用指南 | 创建第三方验证模式 Minecraft 用户档案的窍门](https://www.bilibili.com/video/BV1W741197Bv) 84 | -------------------------------------------------------------------------------- /email.md: -------------------------------------------------------------------------------- 1 | # 邮件工单 2 | 3 | 如果你想获取技术支持,但不想加入我们的官方用户交流群,或者发现了什么不可告人的不得了的东西(比如严重的 Bug、漏洞)想要告诉运营组,又或者想要与运营组取得联系,可以通过邮件发送工单。 4 | 5 | ## 对外支持邮箱 6 | 7 | 邮箱地址:[support@littlesk.in](mailto:support@littlesk.in) 8 | 9 | 发送到这个邮箱的邮件都会且只会被运营组看到。我们会尽快回复我们认为需要回复的邮件。所有的回复都将由运营组成员使用各自的工作邮箱(域名为 `littlesk.in`)发出。 10 | 11 | 我们建议你通过你在 LittleSkin 绑定的邮箱发送邮件,这有助于我们确认用户身份以提高效率。 12 | 13 | ::: tip 14 | 对于技术支持类邮件,我们可能会引入社区技术支持。社区技术支持并非由运营组提供,但相关人员是由运营组钦定的。社区技术支持人员的邮箱的域名是 `commspt.littlesk.in`。 15 | ::: 16 | 17 | ::: warning 18 | 收到来自 LittleSkin 运营组或社区技术支持人员的邮件时,请认真核对发件邮箱的域名(即邮箱地址中 `@` 之后的部分)。如果邮箱域名不是 `littlesk.in` 或 `commspt.littlesk.in`,则说明这封邮件并非由 LittleSkin 运营组成员或社区技术支持人员发送,其内容并不可靠,请谨慎对待。 19 | ::: 20 | 21 | ::: danger 22 | 请注意,无论是运营组成员还是社区技术支持人员,在任何情况下,我们都不会要求你提供你在任何网站的密码或其它登录凭证。如果有人要求你提供密码、验证码等信息,请立即停止交流,并通过我们的对外支持邮箱向我们报告。 23 | ::: 24 | 25 | ## 规则 26 | 27 | 电子邮件相比即时通讯要正式许多。为了提高效率和保证交流双方心平气和,在发送邮件时,请务必遵守以下几点规则: 28 | 29 | - 在提问前,请先认真完整阅读并理解 [报告问题的正确姿势](/report.html); 30 | - 在邮件标题中用简洁明了的语言说明你的问题或需求的大致情况; 31 | - 在邮件正文中尽量详细地描述你遇到的问题或需求,并附上对应的日志或其它资料; 32 | - 保持良好的礼貌和尊重; 33 | - 尽量减少不必要的邮件; 34 | - 耐心等待回复,不要频繁催促。 35 | 36 | 在回复我们的邮件时,请将邮件抄送(CC)到我们的对外支持邮箱,以便于我们记录对话串。 37 | 38 | ## 时效性说明 39 | 40 | 电子邮件不是即时通讯。尽管电子邮件相比即时通讯来说,效率可能会更高,但其工作量也更大,处理速度会更慢。所有的邮件一般都会在三天到一周内回复,但我们认为没有必要回复的邮件将不会得到回复。 41 | 42 | 发出邮件后,请耐心等待回复。如果长时间未收到回复,可以再发送一封邮件询问。但请不要在短时间内频繁发件催促,否则你的邮箱地址可能会被拉黑。 43 | 44 | 如果你需要高时效性的技术支持,请加入我们的 [官方用户交流群](/user-group.html) 来提问,而不是发送邮件工单。你也可以通过 [捐助支持](https://afdian.net/@tnqzh123) 来获取高质量的技术支持服务。 45 | -------------------------------------------------------------------------------- /faq.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebarDepth: 2 3 | --- 4 | 5 | # 常见问题解答 6 | 7 | [[toc]] 8 | 9 | 10 | 11 | ## 站点使用相关 12 | 13 | ### 我该使用哪个域名? 14 | 15 | 由于历史遗留问题,LittleSkin 目前有 3 个服务域名,分别是 `mcskin.littleservice.cn`、`littleskin.cn` 和 `littlesk.in`。现在这三个域名提供的服务基本相同,请任选其一即可。 16 | 17 | ### 收不到验证邮件? 18 | 19 | 请先检查你的邮箱的垃圾箱。如果垃圾箱中也没有验证邮件,尝试再发送一次验证邮件。 20 | 21 | 如果仍然收不到验证邮件,请检查你的账号绑定的邮箱是否正确,如果不正确则将其更改为正确的邮箱。 22 | 23 | 如果你确定你绑定的邮箱正确,并且验证邮件不在你的邮箱的垃圾箱里,请加入我们的 [官方用户交流群](/user-group.html) 或 [发送邮件工单](/email.html),联系站点管理员处理。 24 | 25 | ### 我的角色被别人占用了,我可以要回来吗? 26 | 27 | 不可以。重名的几率很大,随意更改角色所有者对双方都不公平,所以不管你是名声多大的主播还是某个达官贵人家的孩子,我们都不会提供更改角色所有者的服务。 28 | 29 | 如果你发现你的角色名被别人占用了,你可以先联系当前该角色的所有者进行协商,没准这事儿就成了,同时你还收获了一个朋友呢。如果你好好地和当前该角色的所有者商量(而不是一上来就用一种强硬的口气要求释放角色——这种情况大多不会有好结果),在大多数情况下,他们都可以是很好说话的。至于怎么联系?缘分到了就自然联系上了咯。 30 | 31 | 有一个例外情况是你拥有正版 Minecraft 并且你的正版 ID 就是被他人占用的角色名。这种情况下,你可以通过 [绑定正版角色](/newbee/player.html#绑定正版角色) 来强制获取这个角色的所有权。 32 | 33 | ### 无法绑定正版账号? 34 | 35 | 对于 Mojang 账号用户: 36 | 请确保你在 LittleSkin 使用的邮箱与您的正版账号的邮箱一致,如不一致,请至个人资料页面更改你的邮箱。 37 | 38 | 对于 Microsoft 账号用户: 39 | 请确保您输入了正确的微软账户名与密码,并且通过了账户的二次验证(如果有)。 40 | 41 | ::: tip 42 | 微软服务器在中国大陆部分地区的连接质量较差,验证时可能会遇到网络问题,您可以等待一段时间再重新尝试或者切换一下网络环境。 43 | ::: 44 | 45 | 46 | ### 无法正常显示某些页面 / 图片? 47 | 48 | 大多数情况下,这是由你的浏览器导致的。请先尝试按下 Ctrl + F5 清除本地缓存并刷新页面,如果问题仍然存在,则说明你的浏览器过时了。 49 | 50 | 很多过时的浏览器不支持 LittleSkin 使用的一些新技术,而你可能就正在使用这些过时的浏览器。你需要更新你的浏览器至最新版本。 51 | 52 | 需要特别注意的是,很多中国国内发行的浏览器即使更新到最新版本,其使用的浏览器内核仍然是过时的。我们建议各位使用最新版本的 [Google Chrome](https://www.google.cn/chrome) 或 [Mozilla Firefox](https://www.mozilla.org/firefox/new) 或基于 Chromium 内核的 [Microsoft Edge](https://aka.ms/msedge)。 53 | 54 | 如果你将浏览器更新到最新版本后仍然无法正常显示页面,请加入我们的 [官方用户交流群](/user-group.html) 或 [发送邮件工单](/email.html),向站点管理员反馈。 55 | 56 | ### 不是有效的披风文件 57 | 58 | LittleSkin 对材质格式有着严格的要求,请按照 Minecraft 官方的标准来绘制披风。 59 | 60 | 此外,LittleSkin 不支持 22\*17 格式的披风,请自行将披风转换为 64\*32 格式后再上传。 61 | 62 | ### 发生严重错误! 63 | 64 | 如果你在使用 LittleSkin 时遇到了红色的「严重错误」的弹窗,请将其截图并加入 [官方用户交流群](/user-group.html) 或 [发送邮件工单](/email.html),联系站点管理员处理。 65 | 66 | ### 什么时候会举办活动呀?活动的内容有什么呢? 67 | 68 | LittleSkin 会不定期举办站内活动。具体何时举办活动以及活动细则将由站点管理员讨论后宣布。 69 | 70 | 一般来说,在隆重的节假日(如春节)、站点周年庆(每年的三月)和用户总数达到一定程度时会举办活动。 71 | 72 | ### 我被封禁了,可以解封吗? 73 | 74 | 不可以。封禁是永久性的,除非是误封,就算你大额捐助并且手写书面保证书也不能给你解封。 75 | 76 | 如果你确定是误封,请加入 [官方用户交流群](/user-group.html) 或 [发送邮件工单](/email.html),联系站点管理员处理。 77 | 78 | ## 游戏加载相关 79 | 80 | ### 这不是我自己设置的皮肤 81 | 82 | 这个问题通常出现在使用皮肤 Mod(如 CustomSkinLoader)加载皮肤的用户当中。 83 | 84 | 以 CustomSkinLoader 为例,它的默认加载顺序为 Mojang > LittleSkin。如果你的角色名与某位正版用户相同,那么 CustomSkinLoader 会优先加载那位正版用户的皮肤。 85 | 86 | 要解决此问题,可以参照 [新手指引 - 配置 Mod - 手动修改配置文件](/newbee/mod.html#%E6%89%8B%E5%8A%A8%E4%BF%AE%E6%94%B9%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6:~:text=%E4%BD%A0%E5%8F%AF%E4%BB%A5%E4%BB%8E%20%F0%9F%91%89%20%E8%BF%99%E9%87%8C%20%F0%9F%91%88%20%E4%B8%8B%E8%BD%BD%E5%88%B0%E4%B8%BA%20LittleSkin%20%E9%87%8F%E8%BA%AB%E5%AE%9A%E5%88%B6%E7%9A%84%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%EF%BC%8C%E6%AD%A4%E6%96%87%E4%BB%B6%E7%9A%84%E5%86%85%E5%AE%B9%E4%B8%8E%E4%B8%8B%E9%9D%A2%E7%9A%84%E5%86%85%E5%AE%B9%E4%B8%80%E8%87%B4%E3%80%82%E4%BD%A0%E5%8F%AA%E9%9C%80%E5%B0%86%E6%AD%A4%E6%96%87%E4%BB%B6%E8%A6%86%E7%9B%96%E5%8E%9F%E6%9C%89%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E5%8D%B3%E5%8F%AF%E3%80%82) 章节手动调整加载顺序,即可设置为优先从 LittleSkin 加载。 87 | 88 | ### 为什么我在网站上设置好了材质,但是在游戏中不显示 / 没更新? 89 | 90 | 这是个很常见的问题。大多数情况下,这个问题是以下四个原因引起的: 91 | 92 | 1. 你没有正确地安装和配置皮肤 Mod; 93 | 2. 你安装的其它 Mod(如 NonUpdate)干扰了皮肤 Mod 与 LittleSkin 之间的连接; 94 | 3. 你的材质被你的皮肤 Mod 缓存了; 95 | 4. 你使用了 Alex 模型的皮肤,并且你的 Minecraft 版本低于 1.8。 96 | 97 | 解决方案分别是: 98 | 99 | 1. 正确安装并配置皮肤 Mod。你可以在 [新手指引 - 配置 Mod](/newbee/mod.html) 中学习如何正确配置皮肤 Mod; 100 | 2. 删除这些 Mod,或让它们绕过皮肤 Mod 与 LittleSkin 之间的连接; 101 | 3. 等待几分钟后再试。如果还是没有更新,尝试清除你的皮肤 Mod 的缓存,即删除对应的文件夹: 102 | - CustomSkinLoader 的缓存文件夹为 `.minecraft/CustomSkinLoader/caches`; 103 | - SkinPort 的缓存文件夹为 `.minecraft/cachedImages` 104 | 4. 更换皮肤 Mod,或更换为 Steve 模型的材质: 105 | - 对于 1.7.10,请使用 SkinPort 加载材质; 106 | - 对于更低版本,目前无解,请更换为 Steve 模型的皮肤。 107 | 108 | 如果你确定你的问题不是以上原因引起的,或者你按照以上的解决方案做了之后你的角色的材质依然没有显示或更新,请在详细阅读 [报告问题的正确姿势](/report.html) 后带上你的皮肤 Mod 的日志,加入 [官方用户交流群](/user-group.html) 或 [发送邮件工单](/email.html) 询问,或直接购买一对一远程技术支持服务。 109 | 110 | ### 单人游戏中可以正常显示皮肤,但在多人游戏中就不行? 111 | 112 | 这种情况往往在使用 Yggdrasil 外置登录进行服务器联机时出现。 113 | 114 | 由于 Minecraft 的材质加载机制,在多人游戏中,只有服务端启用了在线模式(`online-mode`)才可以加载材质。如果你游玩的服务器没有加载 authlib-injector 并正确配置 LittleSkin 的 Yggdrasil API,那么在服务器联机时就不会加载材质。 115 | 116 | 如果你有在服务器联机中加载材质的需求,并且你是服主,请在服务端也加载并正确配置 authlib-injector;否则请使用皮肤 Mod 加载材质。 117 | 118 | ### 为什么我无法使用 Universal Skin Mod 加载材质了? 119 | 120 | 由于一些技术上的原因,LittleSkin 自 2020 年 1 月起不再支持 UniSkinAPI。你仍然可以通过传统加载方式加载材质,但我们建议使用 Universal Skin Mod 加载材质的用户尽快更换到 CustomSkinLoader。 121 | 122 | ### 启动器下载 authlib-injector 失败 123 | 124 | 虽然可能有多种报错,但一般都是网络原因引起的,请在启动器中更换下载源后再试。 125 | 126 | 如果你使用 HMCL 3,如果更换下载源后仍然报错,请手动下载 authlib-injector,将其放入 `%appdata%\.hmcl\`(Windows)或 `$HOME/.hmcl/`(Linux 和 macOS)中并重命名为 `authlib-injector.jar`。使用其他启动器的用户请咨询启动器作者。 127 | 128 | ### 外置登录进入服务器时提示「无效的会话」/ accessToken 无效 129 | 130 | 请先尝试退出游戏并在启动器中删除账号,然后重新登录。 131 | 132 | 如果重新登录无法解决问题,请检查你在 LittleSkin 绑定的邮箱中是否存在大写英文字母,如果有,请将其更改为全小写字母,然后再次在启动器中重新登录。 133 | 134 | 如果以上操作均无法解决问题,请在完整阅读并理解 [ 报告问题的正确姿势](/report.html) 后,加入 [官方用户交流群](/user-group.html#主用户群) 询问。 135 | 136 | ### 别人看不到我的材质? 137 | 138 | 只有 **正确安装并配置** 皮肤 Mod 后才能加载来自 LittleSkin 的材质。 139 | 140 | 如果你想让别人也看见你的材质,请让他们也正确安装并配置皮肤 Mod。 141 | 142 | ### LittleSkin 支持 Minecraft 中国版(国服)吗? 143 | 144 | 取决于你使用的皮肤 Mod 是否支持 Minecraft 中国版。 145 | 146 | 我们没有进行过测试,但从我们目前了解的信息来看,在对 Minecraft 中国版客户端进行一些特殊处理后,CustomSkinLoader 可以在 Minecraft 中国版中很好地运行。 147 | 148 | 我们不建议用户在 Minecraft 中国版中使用 LittleSkin,这可能给你带来被网易封禁的风险。我们不会对想要在 Minecraft 中国版中使用 LittleSkin 的用户提供技术支持,就算你是捐助者也一样。用户在 Minecraft 中国版中使用 LittleSkin 是用户的个人行为,与我们无关。 149 | -------------------------------------------------------------------------------- /mlnUsers/README.md: -------------------------------------------------------------------------------- 1 | # 你怎么知道 LittleSkin 用户数突破一百万了? 2 | 3 | ![title](./assets/title.png) 4 | 5 | 2023 年 7 月 22 日,LittleSkin 注册用户数突破 **一 百 万**。 6 | 7 | 帮助我们达成这一成就的用户注册于当日 23:02:58,这是一个历史性的时刻。此时距离 LittleSkin 建站已经经过了大约 7 年 3 个月。 8 | 9 | 为庆祝这一成就,我们决定于 2023 年 8 月 20 日至 9 月 20 日举行百万用户庆祝活动,以此回馈一直支持着我们的各位用户。 10 | 11 | 本次百万用户庆祝活动的活动形式有抽奖、积分兑换和捐助赠周边三种。除此之外,活动期间每日签到可获得的积分上限也将提升至 500 分。 12 | 13 | 请查看左侧的目录,或是使用右上角的搜索,来寻找你想要的内容。 14 | 15 | ::: warning 说明 16 | 本次百万用户庆祝活动中的所有关于「包邮」的说明均仅针对中国大陆地区的用户。海外地区用户如有获得实物礼品,请与运营组联系,协商运费事宜。 17 | ::: 18 | 19 | ::: tip 注意 20 | 在参与活动的过程中,如有任何问题,都欢迎加入我们的 [官方用户交流群](/user-group.md) 询问。 21 | ::: 22 | 23 | ::: tip 免责声明 24 | 本次百万用户庆祝活动中的所有活动环节均为 LittleSkin 运营组自发举办,与 Mojang Studios、Microsoft Corporation 或 Apple Inc. 无关。 25 | 26 | 本次活动的最终解释权归 LittleSkin 运营组所有。 27 | ::: 28 | 29 | -------------------------------------------------------------------------------- /mlnUsers/assets/badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/mlnUsers/assets/badge.png -------------------------------------------------------------------------------- /mlnUsers/assets/facemask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/mlnUsers/assets/facemask.png -------------------------------------------------------------------------------- /mlnUsers/assets/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/mlnUsers/assets/title.png -------------------------------------------------------------------------------- /mlnUsers/donate.md: -------------------------------------------------------------------------------- 1 | # 捐助赠周边 2 | 3 | 为了挽回 LittleSkin 的自建站以来的亏损,我们决定本次百万用户庆祝活动中设置捐助增周边活动。 4 | 5 | 你也可以理解为…卖周边? 6 | 7 | ## 规则 8 | 9 | 在百万用户庆祝活动期间,通过 [爱发电](https://afdian.net/a/tnqzh123) 捐助 LittleSkin,且金额达到下列档位对应金额的用户,除常规捐助回报(捐助者披风、一对一技术支持、创始人签名定制明信片)外,根据捐助金额的不同,还可以获得对应档位的 LittleSkin 周边礼包: 10 | 11 | - **人民币 30 元**: 12 | - LittleSkin 徽章 * 1 13 | - **人民币 50 元**: 14 | - LittleSkin 徽章 * 1 15 | - LittleSkin 五周年定制错别字口罩 * 10 16 | - LittleSkin 文件夹 * 1 17 | - **人民币 100 元**: 18 | - LittleSkin 徽章 * 1 19 | - LittleSkin 五周年定制错别字口罩 * 20 20 | - LittleSkin 文件夹 * 1 21 | - 定制皮肤 * 1 22 | 23 | 此外,为保障捐助者权益,在 2023 年 7 月 1 日 至百万用户庆祝活动开始前捐助的用户,金额达到 **人民币 20 元** 以上的,均可获得 LittleSkin 徽章一枚;如捐助金额达到了上述档位对应的金额,也可获得对应档位的周边礼包。 24 | 25 | ::: warning 注意 26 | 每笔捐助订单只能获得一套捐助金额对应的最大档位对应的周边礼包。例如: 27 | 28 | - 一笔捐助人民币 60 元的订单,只可以获得一个徽章、10 只口罩和一个文件夹(即一套 50 元档位的周边礼包),而不是两个徽章(即两套 30 元档位的周边礼包)。 29 | 30 | - 一笔捐助人民币 100 元的订单,只可以获得一个徽章、20 只口罩、一个文件夹和一个定制皮肤(即一套 100 元档位的周边礼包),而不是两个徽章、20 只口罩、两个文件夹(即两套 50 元档位的周边礼包)或三个徽章(即三套 30 元档位的周边礼包)。 31 | 32 | 如果你希望获得多套周边礼包,可以分多笔订单捐助,但是每笔订单的金额必须达到对应档位的最低金额。 33 | ::: 34 | 35 | 关于 LittleSkin 周边礼品的渲染图和详细说明,请查看 [礼品列表](./prizes.md) 页面。 36 | 37 | ## 礼包发放 38 | 39 | 在通过 [爱发电](https://afdian.net/a/tnqzh123) 捐助 LittleSkin 时,请注意填写 UID 和收货信息,以便于我们发放周边礼品。如捐助时未在备注中填写收货信息的捐助者,请在捐助后通过爱发电私信发送收货信息(收货地址、收件人姓名、手机号)。活动结束时还未发送捐助信息的,视为放弃周边礼品。 40 | 41 | 通过捐助获得的周边礼品将在 2023 年 9 月至 12 月间分批通过顺丰速运或京东快递寄出,包邮,且捐助者通过积分兑换获得的礼品也可以一起包邮寄出。如捐助者已兑换包邮资格,将退回对应积分。 -------------------------------------------------------------------------------- /mlnUsers/lottery.md: -------------------------------------------------------------------------------- 1 | # 抽奖活动 2 | 3 | 所有 LittleSkin 的用户都可以参与抽奖,只需要使用 1001 积分兑换抽奖活动参与资格即可。兑换方式请查看 [积分兑换](./redeem.md) 页面。 4 | 5 | 按理来说绝大多数用户应该都符合参与抽奖活动的条件(因为注册账户后每位用户都能获得至少 1000 分的初始积分,每日签到也可以获得至少 10 积分),但是为了防止有人恶意薅羊毛,我们还是设计了这个门槛。 6 | 7 | 抽奖奖池分为早鸟奖池和全员奖池,两个奖池可以同时参与。其中早鸟奖池只有 UID 小于 500000 的用户可以参与(且自动参与,但不可同时中奖),而全员奖池则是所有兑换了抽奖活动参与资格的用户都可以参与的。两个奖池的奖品内容不同,具体奖品种类和数量请查看下方的奖品列表。 8 | 9 | ## 奖品列表 10 | 11 | 关于 LittleSkin 周边礼品的渲染图和详细说明,请查看 [礼品列表](./prizes.md) 页面。 12 | 13 | ::: warning 注意 14 | 所有礼品均不可折现,但可转赠。 15 | ::: 16 | 17 | ### 早鸟奖池 18 | 19 | - 正版 Minecraft:Java 版和 Bedrock 版(适用于 PC 端)国际版 一份 \* 1 20 | - LittleSkin 周边礼包一套 \* 3,每份中包含: 21 | - LittleSkin 五周年定制错别字口罩 10 只 22 | - LittleSkin 文件夹一个 23 | - LittleSkin 徽章一个 24 | - LittleSkin 创始人签名定制明信片一张 25 | - LittleSkin 积分 10000 26 | - LittleSkin 五周年定制错别字口罩 10 只 \* 3 27 | - LittleSkin 徽章一个 \* 3 28 | - LittleSkin 文件夹一个 \* 3 29 | - LittleSkin 创始人签名定制明信片一张 \* 5 30 | - LittleSkin 积分 10000 \* 5 31 | - 定制皮肤一份 \* 1 32 | 33 | ### 全员奖池 34 | 35 | - LittleSkin 五周年定制错别字口罩 10 只 \* 3 36 | - LittleSkin 徽章一个 \* 3 37 | - LittleSkin 文件夹一个 \* 3 38 | - LittleSkin 创始人签名定制明信片一张 \* 3 39 | - LittleSkin 积分 5000 \* 10 40 | - MCBBS 服务器提升卡三张 \* 5 41 | - Minecraft TNT 靠枕一个 \* 1 42 | - Minecraft 苦力怕靠枕一个 \* 1 43 | - 定制皮肤一份 \* 1 44 | 45 | ## 抽奖方法 46 | 47 | 本次百万用户庆祝活动的抽奖将使用运营组使用 Python 编写的抽奖程序进行,抽奖方法如下: 48 | 49 | 1. 按本页面的奖品列表顺序,导入两个奖池的奖品列表; 50 | 2. 按兑换抽奖活动参与资格的用户的兑换时间顺序,导入参与名单; 51 | 3. 使用 `random.seed()` 方法,将随机数生成器的种子设为 2023 年 9 月 20 日中国体育彩票发行的超级大乐透彩票的开奖号码; 52 | 4. 使用 `random.shuffle()` 方法打乱两个奖池的奖品列表和参与名单的顺序; 53 | 5. 从参与名单中筛选早鸟名单; 54 | 6. 使用 `random.seed()` 方法,将随机数生成器的种子设为 2023 年 9 月 21 日中国福利彩票发行的双色球彩票的开奖号码; 55 | 7. 使用 `random.sample()` 方法,从早鸟名单中随机抽取与早鸟奖池奖品数量相同的用户,作为早鸟奖池的中奖用户; 56 | 8. 将早鸟奖池的中奖用户与早鸟奖池奖品列表按照数组下标一一对应,生成早鸟奖池的抽奖结果,并导出为 CSV 文件; 57 | 9. 从参与名单中剔除在早鸟奖池中中奖的用户; 58 | 10. 使用 `random.sample()` 方法,从参与名单中抽取与全员奖池奖品数量相同的用户,作为全员奖池的中奖用户; 59 | 11. 将全员奖池的中奖用户与全员奖池奖品列表按照数组下标一一对应,生成全员奖池的抽奖结果,并导出为 CSV 文件; 60 | 61 | 上述作为随机数生成器的种子的彩票的开奖号码均来源于彩票发行方的官方网站的相关页面([大乐透开奖页面](https://www.lottery.gov.cn/kj/kjlb.html?dlt)、[双色球开奖页面](http://www.cwl.gov.cn/ygkj/wqkjgg/))。`random.seed()` 方法的参数均为字符串类型,开奖号码按照前区(超级大乐透)或红球(双色球)在前、后区(超级大乐透)或蓝球(双色球)在后、从小到大的顺序排序,两个号码之前有一个空格作为分隔,不足两位的号码前加 `0`。具体参数示例请查看下方的抽奖程序源码。 62 | 63 | 64 | 抽奖程序源码如下: 65 | 66 | :::: details 点击查看抽奖程序源码 67 | ``` python 68 | import random 69 | import pandas as pd 70 | 71 | early_prizes = [ # 早鸟奖池 72 | 'minecraft', # 正版 Minecraft:Java 版和 Bedrock 版(适用于 PC 端)国际版 一份 * 1 73 | 'package', 'package', 'package', # LittleSkin 五周年定制礼包一套 * 3 74 | 'facemask', 'facemask', 'facemask', # LittleSkin 五周年定制错别字口罩 10 只 * 3 75 | 'badge', 'badge', 'badge', # LittleSkin 徽章一个 * 3 76 | 'folder', 'folder', 'folder', # LittleSkin 文件夹一个 * 3 77 | 'postcard', 'postcard', 'postcard', 'postcard', 'postcard', # LittleSkin 创始人签名定制明信片一张 * 5 78 | 'score_10000', 'score_10000', 'score_10000', 'score_10000', 'score_10000', # LittleSkin 积分 10000 * 5 79 | 'skin' # 定制皮肤一份 * 1 80 | ] 81 | 82 | all_prizes = [ # 全员奖池 83 | 'facemask', 'facemask', 'facemask', # LittleSkin 五周年定制错别字口罩 10 只 * 3 84 | 'badge', 'badge', 'badge', # LittleSkin 徽章一个 * 3 85 | 'folder', 'folder', 'folder', # LittleSkin 文件夹一个 * 3 86 | 'postcard', 'postcard', 'postcard', # LittleSkin 创始人签名定制明信片一张 * 3 87 | 'score_5000', 'score_5000', 'score_5000', 'score_5000', 'score_5000', 'score_5000', 'score_5000', 'score_5000', 'score_5000', 'score_5000', # LittleSkin 积分 5000 * 10 88 | 'mcbbs', 'mcbbs', 'mcbbs', 'mcbbs', 'mcbbs', # MCBBS 服务器提升卡三张 * 5 89 | 'tnt', 'creeper', # Minecraft TNT 靠枕一个 * 1,Minecraft 苦力怕靠枕一个 * 1 90 | 'skin' # 定制皮肤一份 * 1 91 | ] 92 | 93 | csv = pd.read_csv('participants.csv') # 读取参与名单 94 | participants = csv.uid.tolist() 95 | 96 | random.seed('01 12 21 22 31 02 09') # 09/20/2023 大乐透开奖号码,前 5 个为前区号码,后 2 个为后区号码 97 | random.shuffle(early_prizes) # 打乱早鸟奖池顺序 98 | random.shuffle(all_prizes) # 打乱全员奖池顺序 99 | 100 | random.shuffle(participants) # 打乱参与名单顺序 101 | earlybirds = list(filter(lambda x: x < 500000, participants)) # 筛选早鸟名单 102 | 103 | random.seed('06 08 10 13 16 28 13') # 09/21/2023 双色球开奖号码,前 6 个为红球号码,最后一个为蓝球号码 104 | early_winners = random.sample(earlybirds, len(early_prizes)) # 早鸟奖池抽奖 105 | early_result = pd.DataFrame({'uid': early_winners, 'prize': early_prizes}) # 生成早鸟奖池抽奖结果 106 | early_result.to_csv('early_winners.csv', index=False) # 导出早鸟奖池抽奖结果为 CSV 文件 107 | 108 | participants = list(filter(lambda x: x not in early_winners, participants)) # 在参与名单中剔除已中奖的早鸟 109 | all_winners = random.sample(participants, len(all_prizes)) # 全员奖池抽奖 110 | all_result = pd.DataFrame({'uid': all_winners, 'prize': all_prizes}) # 生成全员奖池抽奖结果 111 | all_result.to_csv('all_winners.csv', index=False) # 导出全员奖池抽奖结果为 CSV 文件 112 | ``` 113 | :::: 114 | 115 | 抽奖时使用的 Python 版本为 `3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit (AMD64)]`。如需获取原始兑换数据以重现抽奖结果,请通过 [邮件工单](/email.md) 联系运营组。 116 | 117 | ## 领奖 118 | 119 | 抽奖结果公布后,我们将通过中奖用户在 LittleSkin 绑定的邮箱与其取得联系,确认领奖相关事宜。请在活动结束后留意你的邮箱和下方的中奖名单。 120 | 121 | 正版 Minecraft:Java 版和 Bedrock 版(适用于 PC 端)国际版 将通过在线方式发放;实物奖品将于 2023年 9 月至 12 月间通过顺丰速运或京东快递分批发放。被抽中的欧皇的奖品的运费可以由运营组支付(如果你愿意帮我们减轻些许经济压力的话,也可以选择自付,我们将为你的 LittleSkin 账户添加 20000 积分);积分将直接发放到对应的账户。 122 | 123 | ## 中奖名单 124 | 125 | 以 UID 大小升序排列。括号内为中奖用户的昵称,其中星号(*)部分为打码。 126 | 127 | 抽奖程序导出的抽奖结果可以在这里下载到:[早鸟奖池](early_winners.csv)、[全员奖池](all_winners.csv) 128 | 129 | ### 早鸟奖池 130 | 131 | - **正版 Minecraft:Java 版和 Bedrock 版(适用于 PC 端)国际版 一份** \* 1 132 | - 86662(X\*\*\*y) 133 | - **LittleSkin 周边礼包一套** \* 3: 134 | - 14717(贞德\*\*\*er) 135 | - 263574(MX\*\*\*wa) 136 | - 405343(BC\*\*\*\*AY) 137 | - **LittleSkin 五周年定制错别字口罩 10 只** \* 3 138 | - 17370(Z\*\*\*c) 139 | - 236731(Pil\*\*\*\*\*\*\*\*\*869) 140 | - 482110(l\*\*\*n) 141 | - **LittleSkin 徽章一个** \* 3: 142 | - 26115(l\*\*z) 143 | - 155126(Ka\*\*ro) 144 | - 429662(精\*\*绿) 145 | - **LittleSkin 文件夹一个** \* 3 146 | - 36653(Koc\*\*\*\*\*\*cis) 147 | - 43348(氵\*) 148 | - 264285(a\*\*\*l) 149 | - **LittleSkin 创始人签名定制明信片一张** \* 5 150 | - 114664(z\*\*\*g) 151 | - 133599(hu\*\*\*\*66) 152 | - 177879(千\*) 153 | - 274271(Lu\*\*\*\*\*10) 154 | - 494801(rz\*\*ne) 155 | - **LittleSkin 积分 10000** \* 5 156 | - 101950(Ba\*\*\*ng) 157 | - 142188(daw\*\*\*\*\*\*gpi) 158 | - 268338(Æ\*\*r) 159 | - 325755(我\*\*\*名) 160 | - 407479(xia\*\*\*\*\*\*ren) 161 | - **定制皮肤一份** \* 1 162 | - 214339(j\*\*n) 163 | 164 | ### 全员奖池 165 | 166 | - **LittleSkin 五周年定制错别字口罩 10 只** \* 3 167 | - 64003(Wh\*\*\*\*at) 168 | - 669511(he\*\*\*ue) 169 | - 1028052(se\*\*\*i?) 170 | - **LittleSkin 徽章一个** \* 3 171 | - 224500(qia\*\*\*\*\*eng) 172 | - 952326(CX\*\*06) 173 | - 1176154(qw\*\*\*qq) 174 | - **LittleSkin 文件夹一个** \* 3 175 | - 272728(千\*壬) 176 | - 1124087(R\*\*\*F) 177 | - 1191975(C\*) 178 | - **LittleSkin 创始人签名定制明信片一张** \* 3 179 | - 367428(Z\*\*\*k) 180 | - 809250(Ten\*\*\*\*\*\*\*ing) 181 | - 1148010(z\*q) 182 | - **LittleSkin 积分 5000** \* 10 183 | - 348439(罪 \*\* 章) 184 | - 378135(Lim\*\*\*\*\*\*\*\*\*Aya) 185 | - 389089(Dor\*\*\*\*\*\*\*\*dio) 186 | - 478669(to\*\*\*\*\*ng) 187 | - 647957(Za\*\*\*Gz) 188 | - 672710(Voo\*\*\*\*\*\*h56) 189 | - 742277(al\*\*mi) 190 | - 1054480(De\*\*\*Ze) 191 | - 1196968(XI\*\*CL) 192 | - 1199077(xai\*\*\*ige) 193 | - **MCBBS 服务器提升卡三张** \* 5 194 | - 130607(未\*\*\*柑) 195 | - 651587(YUZ\*\*\*\*\*\*011) 196 | - 953608(Fl\*\*\*al) 197 | - 1027839(li\*\*\*ua) 198 | - 1040832(Ge\*\*\*\*\*信仰) 199 | - **Minecraft TNT 靠枕一个** \* 1 200 | - 1018100(OBS\*\*\*\*\*\*\*\*\*\*tem) 201 | - **Minecraft 苦力怕靠枕一个** \* 1 202 | - 802854(22\*\*\*2r) 203 | - **定制皮肤一份** \* 1 204 | - 341265(mx\*\*\*mx) -------------------------------------------------------------------------------- /mlnUsers/prizes.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebarDepth: 0 3 | --- 4 | 5 | # 礼品列表 6 | 7 | 在这里可以看到本次活动中各个环节的可获得的礼品。 8 | 9 | 礼品将于 2023 年 9 月至 12 月间分批通过顺丰速运或京东快递寄出。抽奖活动中获奖的欧皇以及参与捐助赠周边的用户的实物礼品的运费可以由运营组支付(如果你愿意帮我们减轻些许经济压力的话,也可以选择自付,我们将为你的 LittleSkin 账户增加 20000 积分)。积分兑换的礼品的运费需用户自付(定制皮肤和明信片除外),在发放礼品前,运营组将通过你填写的在线联系方式与你联系,确定运费相关事宜。 10 | 11 | [[toc]] 12 | 13 | ## 礼品列表 14 | 15 | ::: warning 注意 16 | 下列礼品图片仅为渲染图,不代表最终成品,仅供参考,成品效果以实物为准。 17 | ::: 18 | 19 | ### 正版 Minecraft PC 版国际版套装 20 | 21 | 一套 Microsoft Store 售价 CN¥89/HKD$209/US$29.9 的正版 Minecraft PC 版国际版套装([Minecraft: Java & Bedrock Edition for PC](https://www.xbox.com/zh-cn/games/store/minecraft-java-bedrock-edition-for-pc/9nxp44l49shj)),包含 Java 版和适用于 Windows 10/11 的 Bedrock 版(基岩版)。 22 | 23 | 仅可在抽奖环节中获得。 24 | 25 | ::: warning 注意 26 | 中奖后我们会以代购形式发放,需要中奖者提供其 Microsoft 账户的登录凭据信息。 27 | 28 | 虽然我们在发放完成后就会立即删除你的 Microsoft 账户登录凭据,也不会主动向他人泄露这些信息,但出于信息安全考虑,我们建议你提前配置好 [二步验证](https://support.microsoft.com/zh-cn/account-billing/%E5%A6%82%E4%BD%95%E5%AF%B9%E4%BD%A0%E7%9A%84-microsoft-%E5%B8%90%E6%88%B7%E4%BD%BF%E7%94%A8%E5%8F%8C%E9%87%8D%E9%AA%8C%E8%AF%81-c7910146-672f-01e9-50a0-93b4585e7eb4) 并在发放完成后立即修改密码,或者配置 [无密码登录](https://support.microsoft.com/zh-cn/account-billing/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8-microsoft-%E5%B8%90%E6%88%B7%E8%BF%9B%E8%A1%8C%E6%97%A0%E5%AF%86%E7%A0%81%E8%AE%BF%E9%97%AE-674ce301-3574-4387-a93d-916751764c43)。 29 | ::: 30 | 31 | ### LittleSkin 创始人签名定制明信片 32 | 33 | 包含 LittleSkin 创始人 Steven Qiu 签名的定制明信片。 34 | 35 | 可在所有活动环节中获得,活动结束后使用挂号信寄出。 36 | 37 | ### LittleSkin 徽章 38 | 39 | 印有 LittleSkin Logo 的徽章。 40 | 41 | ![badge](./assets/badge.png) 42 | 43 | ### LittleSkin 五周年定制错别字口罩 10 只 44 | 45 | LittleSkin 五周年庆典活动没发完的口罩,带有 LittleSkin Logo 和五周年庆典活动标识。口罩上有一个错别字「Annversary」(正确写法应为「Anniversary」)。 46 | 47 | 可在所有活动环节中获得。 48 | 49 | ![facemask](./assets/facemask.png) 50 | 51 | ::: danger 注意 52 | 该口罩仅提供装饰作用,不具备防护功能,也不满足相关医疗器械规范。请不要在需要防护的场合佩戴。 53 | ::: 54 | 55 | ### LittleSkin 文件夹 56 | 57 | 印有 LittleSkin Logo 的文件夹。A4 大小。 58 | 59 | 可在所有活动环节中获得。 60 | 61 | ### LittleSkin 积分 62 | 63 | 就是 LittleSkin 的积分,可用于创建角色、上传材质、在积分兑换活动中兑换礼品等。 64 | 65 | 仅可在抽奖环节中获得。根据中奖奖池的不同,获得的积分数量也不同,详情请查看 [抽奖](./lottery.md) 页面。 66 | 67 | ### MCBBS 服务器 / 交易代理提升卡 68 | 69 | 我的世界中文论坛(MCBBS)的道具,可以提升服务器版、基岩版服务器版以及交易代理版的某个主题帖。仅可在抽奖环节中获得。 70 | 71 | ### Minecraft TNT 靠枕 72 | 73 | 从淘宝上购买的 Minecraft TNT 靠枕。仅可在抽奖环节中获得。 74 | 75 | ### Minecraft 苦力怕靠枕 76 | 77 | 从淘宝上购买的 Minecraft 苦力怕(爬行者)靠枕。仅可在抽奖环节中获得。 78 | 79 | ### 定制皮肤 80 | 81 | 一次免费的、根据你的要求定制私人专属皮肤的机会,且作品可免费私密上传至 LittleSkin。 82 | 83 | 可在所有活动环节中获得。定制皮肤将由 Complex Studio 制作,仅限标清皮肤(64*64px)。 84 | -------------------------------------------------------------------------------- /mlnUsers/redeem.md: -------------------------------------------------------------------------------- 1 | # 积分兑换 2 | 3 | 拥有大量积分的用户可使用一定的积分兑换礼品。在进行兑换操作前,需要先完成邮箱验证。 4 | 5 | 积分兑换的礼品都将在 2023 年 9 月至 12 月间分批通过顺丰速运或京东快递寄出。除定制皮肤和明信片外,积分兑换的礼品需要用户自付运费,在发放礼品前,运营组将通过你填写的在线联系方式与你联系,确定运费相关事宜;或者,你也可以花费 20000 积分,来换取包邮资格。 6 | 7 | ## 礼品列表 8 | 9 | 关于 LittleSkin 周边礼品的渲染图和详细说明,请查看 [礼品列表](./prizes.md) 页面。 10 | 11 | ::: tip 注意 12 | 活动结束前,我们随时可能会视兑换情况补货,请持续关注「积分兑换」页面、我们的官方用户交流群和我们的 Twitter 账号 [@LittleSkinChina](https://twitter.com/LittleSkinChina)。 13 | ::: 14 | 15 | ### 抽奖活动参与资格 16 | 17 | 抽奖活动参与资格,兑换后即成功报名参与本次百万用户庆祝活动的抽奖活动。 18 | 19 | 关于抽奖活动的规则和奖池信息,请查看 [抽奖活动](./lottery.md) 页面。 20 | 21 | - 兑换所需积分:1001 22 | - 总库存:无限 23 | 24 | ### LittleSkin 创始人签名定制明信片 25 | 26 | - 兑换所需积分:5000 27 | - 总库存:10 份 28 | 29 | ### LittleSkin 徽章 30 | 31 | - 兑换所需积分:8000 32 | - 总库存:30 份 33 | 34 | ### LittleSkin 五周年定制错别字口罩 10 只 35 | 36 | ::: danger 注意 37 | 该口罩仅提供装饰作用,不具备防护功能,也不满足相关医疗器械规范。请不要在需要防护的场合佩戴。 38 | ::: 39 | 40 | - 兑换所需积分:10000 41 | - 总库存:10 份 42 | 43 | ### LittleSkin 文件夹 44 | 45 | - 兑换所需积分:10000 46 | - 总库存:50 份 47 | 48 | ### 定制皮肤 49 | 50 | ::: tip 注意 51 | 成功兑换定制皮肤的用户,请在活动结束前加入我们的 [官方用户交流群](/user-group.md),联系群主领取。 52 | ::: 53 | 54 | - 兑换所需积分:100000 55 | - 总库存:1 份 56 | 57 | ## 兑换方式 58 | 59 | 活动开始后,用户可从用户中心左边栏菜单进入「积分兑换」页面,在其中选择心仪的礼品进行兑换。 60 | 61 | 兑换后,请注意及时点击「积分兑换」页面右侧的「填写收货信息」按钮,填写收货信息。活动结束后我们将不再接受兑换和收货信息填写,已兑换的积分不退还。 62 | 63 | 如需修改收货信息,请再次点击「积分兑换」页面右侧的「填写收货信息」按钮,登录第一次填写收货信息收集问卷时使用的 QQ / 微信 / 手机号,即可在原先填写的信息上修改。 64 | 65 | ::: warning 注意 66 | 请注意一定要通过点击「积分兑换」页面右侧的「填写收货信息」按钮打开收货信息收集问卷。这个按钮包含一个用于识别用户身份的特殊参数,如果通过其他方式打开,则很可能没有这个参数,或者参数值错误,导致我们无法识别填写者的身份,从而无法收集到你的收货信息。 67 | ::: 68 | 69 | ## 包邮资格 70 | 71 | 积分兑换的礼品,除定制皮肤和明信片外,需要用户自付运费。但你也可以花费 20000 积分,来换取包邮资格,仅限兑换了不包邮的礼品的用户兑换。 72 | 73 | 在抽奖活动中获得的礼品可以包邮,用户无需支付运费,且中奖用户通过积分兑换的礼品也会一起包邮寄出。如中奖用户已兑换包邮资格,将退回对应积分。 -------------------------------------------------------------------------------- /newbee/assets/player/input-player-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/player/input-player-name.png -------------------------------------------------------------------------------- /newbee/assets/player/open-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/player/open-page.png -------------------------------------------------------------------------------- /newbee/assets/textures/add-to-closet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/textures/add-to-closet.png -------------------------------------------------------------------------------- /newbee/assets/textures/choose-player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/textures/choose-player.png -------------------------------------------------------------------------------- /newbee/assets/textures/choose-textures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/textures/choose-textures.png -------------------------------------------------------------------------------- /newbee/assets/textures/open-closet-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/textures/open-closet-page.png -------------------------------------------------------------------------------- /newbee/assets/textures/open-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/textures/open-page.png -------------------------------------------------------------------------------- /newbee/assets/textures/open-upload-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/textures/open-upload-page.png -------------------------------------------------------------------------------- /newbee/assets/textures/set-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/textures/set-avatar.png -------------------------------------------------------------------------------- /newbee/assets/textures/set-textures-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LittleSkinChina/manual/409e58b186c2b8f57a412cb334a51a0228b49c43/newbee/assets/textures/set-textures-name.png -------------------------------------------------------------------------------- /newbee/mod.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebarDepth: 2 3 | --- 4 | 5 | # 配置 Mod 6 | 7 | LittleSkin 仅提供材质的上传、存储、检索和分享的功能。想要在 Minecraft 中显示你在 LittleSkin 设置的材质的话,你需要在 Minecraft 客户端中安装皮肤 Mod 并修改相应的配置文件。 8 | 9 | :::tip 10 | 如何安装 Mod 请自行搜索,本文不会说明如何安装皮肤 Mod,仅说明如何配置皮肤 Mod,使其从 LittleSkin 加载材质。 11 | 12 | 在一些情况下,安装皮肤 Mod 后,可能需要启动一次游戏并进入存档,Mod 才会自动生成配置文件;如果你在启动器中启用了版本隔离,配置文件的路径可能有所不同。 13 | ::: 14 | 15 | ::: danger 16 | 只需要使用一种皮肤 Mod 即可。请不要同时安装多个皮肤 Mod,否则,轻则无法正常加载材质,重则导致游戏崩溃。 17 | ::: 18 | 19 | ::: warning 20 | 除 SkinPort 外,皮肤 Mod 和 Yggdrasil 外置登录二选一即可。请不要同时使用这两者,否则可能无法正常加载材质。 21 | ::: 22 | 23 | ## CustomSkinLoader 24 | 25 | CustomSkinLoader 是我们最推荐的皮肤 Mod。 26 | 27 | 你可以在 [站内](https://littleskin.cn/user/config)、[MCMOD](https://www.mcmod.cn/class/883.html) 和 [CurseForge](https://www.curseforge.com/minecraft/mc-mods/customskinloader) 获取关于 CustomSkinLoader 的更多信息。 28 | 29 | ### 14.7 + 30 | 31 | LittleSkin 自 CustomSkinLoader 14.7 起被添加到了 CustomSkinLoader 的默认加载列表中,加载顺序仅次于正版皮肤,在大部分情况下,安装完成后你无需进行任何修改即可加载来自 LittleSkin 的材质。Cheers! 32 | 33 | 如果你在游戏内加载了你从未使用过的皮肤,或者只加载了皮肤而没有加载披风,通常是因为存在与你同名的正版角色导致冲突而无法加载来自 LittleSkin 的材质,请参考下方的适用于 CustomSkinLoader 13.1 ~ 14.6a 的配置方法来修改 CustomSkinLoader 的配置文件。 34 | 35 | ### 13.1 ~ 14.6a 36 | 37 | #### ExtraList 38 | 39 | CustomSkinLoader 14.4 起支持通过 ExtraList 的方式添加皮肤站,这也是我们推荐的方法之一。你可以在用户中心的「皮肤 Mod」页面下载到 LittleSkin 的 ExtraList 文件,将其放入 `.minecraft/CustomSkinLoader/ExtraList/` 目录下即可。 40 | 41 | 在安装完成后的第一次启动游戏并成功载入 CustomSkinLoader 时 ExtraList 文件会被自动删除,这是正常现象。如果不出意外的话,此时 LittleSkin 已被添加至 CustomSkinLoader 加载列表列表顶部。 42 | 43 | #### 手动修改配置文件 44 | 45 | 配置文件存放于 `.minecraft/CustomSkinLoader/` 目录中,仅有一个配置文件,文件名为 `CustomSkinLoader.json`。 46 | 47 | ::: tip 48 | 你可以从 [👉 这里 👈](/CustomSkinLoader.json) 下载到为 LittleSkin 量身定制的配置文件,此文件的内容与下面的内容一致。你只需将此文件覆盖原有配置文件即可。 49 | ::: 50 | 51 | 你也可以使用记事本或者任意编辑器将其打开,将配置文件原有的所有内容替换成以下内容: 52 | 53 | ```json 54 | { 55 | "enable": true, 56 | "loadlist": [ 57 | { 58 | "name": "LittleSkin China", 59 | "type": "CustomSkinAPI", 60 | "root": "https://littleskin.cn/csl/" 61 | 62 | }, 63 | { 64 | "name": "Mojang", 65 | "type": "MojangAPI" 66 | } 67 | ] 68 | } 69 | ``` 70 | 71 | 保存退出,再次打开 Minecraft 之后,你应该就能看到你在 LittleSkin 中设置的材质了。 72 | 73 | ### 12.9 - 74 | 75 | 配置文件存放于 `.minecraft/CustomSkinLoader/` 目录中,共有两个配置文件,文件名分别为 `skinurls.txt` 和 `capeurls.txt`。 76 | 77 | 首先请使用记事本或者任意代码编辑器打开 `skinurls.txt`,将原有的所有内容替换为以下内容: 78 | 79 | ``` 80 | https://littleskin.cn/skin/*.png 81 | https://skin.prinzeugen.net/skin/*.png 82 | ``` 83 | 84 | 保存退出后再使用记事本或任意代码编辑器打开 `capeurls.txt`,将原有的所有内容替换为以下内容: 85 | 86 | ``` 87 | https://littleskin.cn/cape/*.png 88 | https://skin.prinzeugen.net/cape/*.png 89 | ``` 90 | 91 | 保存退出,再次打开 Minecraft 之后,你应该就能看到你在 LittleSkin 中设置的材质了。 92 | 93 | ## SkinPort 94 | 95 | 如果你想要在 Minecraft 1.7.10 中加载 Alex 模型的皮肤,你需要使用 SkinPort。 96 | 97 | 你可以在 [CurseForge](https://www.curseforge.com/minecraft/mc-mods/skinport) 获取到关于 SkinPort 的更多信息。 98 | 99 | ::: tip 100 | LittleSkin 仅支持 1.7.10-v10a 或更高版本的 SkinPort。 101 | 102 | 如果你使用 Yggdrasil 外置登录加载材质,则只需要安装任意版本的 SkinPort 即可,无需修改配置文件。 103 | ::: 104 | 105 | ::: danger 106 | SkinPort 仅适用于 Minecraft 1.7.10。对于更低版本,目前没有方法加载 Alex 模型的皮肤。 107 | 108 | 请勿将 SkinPort 安装在其它版本的 Minecraft 上,否则可能导致游戏崩溃。 109 | ::: 110 | 111 | 配置文件位于 `.minecraft/config/skinport.cfg`。请使用记事本或者任意代码编辑器将其打开,将原有的所有内容替换成以下内容: 112 | 113 | ``` conf 114 | client { 115 | S:hostCustomServer=http://example.com 116 | S:hostCustomServer2Cape=https://littleskin.cn/cape/%name%.png 117 | S:hostCustomServer2Skin=https://littleskin.cn/skin/%name%.png 118 | B:useCrafatar=false 119 | B:useCustomServer=false 120 | B:useCustomServer2=true 121 | B:useMojang=false 122 | } 123 | ``` 124 | 125 | 保存退出,再次打开 Minecraft 之后,你应该就能看到你在 LittleSkin 中设置的材质了。 126 | 127 | ## 传统加载 128 | 129 | ``` 130 | # 皮肤查询 API 131 | https://littleskin.cn/skin/{playername}.png 132 | # 披风查询 API 133 | https://littleskin.cn/cape/{playername}.png 134 | ``` 135 | 136 | 请将以上两个查询 API 填入你的皮肤 Mod 的配置文件的对应位置。其中 `{playername}` 为角色名,请将其替换为对应的占位符。 137 | -------------------------------------------------------------------------------- /newbee/player.md: -------------------------------------------------------------------------------- 1 | # 创建角色 2 | 3 | LittleSkin 支持的皮肤 Mod 都是通过角色名来识别玩家身份并加载材质的,所以你需要先创建你的游戏角色才能在 Minecraft 中加载皮肤。 4 | 5 | ::: warning 6 | 创建一个角色需要花费 100 积分,而删除角色时会返还积分。 7 | 在创建角色前请确保你的积分足够,否则你将无法创建角色。 8 | ::: 9 | 10 | 你可以在用户中心的「角色管理」页面创建和管理你的角色: 11 | 12 | 1. 点击用户中心左侧菜单栏中的「角色管理」,在打开的页面中点击「添加新角色」: 13 | 14 | ![open-page](./assets/player/open-page.png) 15 | 16 | 2. 在弹出的窗口中输入你的角色名,点击「提交」按钮: 17 | 18 | ::: tip 19 | 角色名可使用中日韩统一表意文字(中文、日文、韩文)、大小写英文字母、阿拉伯数字及以下特殊符号: 20 | 21 | - 下划线(`_`)、连字符(`-`); 22 | - 逗号(`,`)、点号(`.`); 23 | - 方括号(`[]`)、花括号(`{}`); 24 | - 加号(`+`)、等号(`=`)、脱字符(`^`)。 25 | 26 | 角色名长度要求最短 3 字符,最长不超过 16 字符。 27 | ::: 28 | 29 | ![input-player-name](./assets/player/input-player-name.png) 30 | 31 | 3. 你的第一个角色就创建好啦~ 32 | 如果以后你还想创建更多角色,也可以按照这份文档中所述的方法操作。 33 | 34 | ## 绑定正版角色 35 | 36 | 如果你拥有正版 Minecraft,你可以将其绑定至你的 LittleSkin 账号。 37 | 38 | 你可以在角色管理的下方找到「正版验证 & 绑定」一栏(如果没有这一栏,请尝试刷新页面),点击下方的「验证并绑定」按钮。此时页面会跳转到 Microsoft 的 OAuth 登录页面,在其中登录你的 Microsoft 账号并授权即可完成绑定。 39 | 40 | 绑定后会自动在你的账号中添加和你的正版 Minecraft 账号同名的角色(如果站内已有同名角色,则该角色将会被强制转移至你的账户下),并可以获得积分奖励。同时,若需取回最新的正版角色名或是删除角色后需要重建角色,可点击下方的「更新绑定角色」来完成。 41 | 42 | 每个 LittleSkin 账户只能绑定一个正版 Minecraft 账号,且绑定后不允许解绑正版 Minecraft 账号,除非删除 LittleSkin 账号。 43 | 44 | ::: warning 45 | 绑定正版 Minecraft 账号后将同时绑定你的 Microsoft 账户,且与正版 Minecraft 账号一样不允许解绑,除非删除 LittleSkin 账号。请谨慎考虑后再绑定。 46 | ::: 47 | -------------------------------------------------------------------------------- /newbee/textures.md: -------------------------------------------------------------------------------- 1 | # 设定材质 2 | 3 | 创建好角色后,你就可以将材质应用到角色上了。 4 | 5 | 你可以上传你自己的材质,也可以直接从皮肤库中添加材质到衣柜。 6 | 7 | ## 上传材质 8 | 9 | 如果你拥有材质的源文件,你可以将其上传到皮肤库中。只有在皮肤库中的材质可以被添加到衣柜。 10 | 11 | LittleSkin 支持单层皮肤(大小为 64\*32 或其整数倍)、双层皮肤(大小为 64\*64 或其整数倍)和 64\*32 的披风(不支持 22\*17 的披风),鞘翅的材质应该直接画在披风上。所有材质文件都应该是 PNG 格式的图片。 12 | 13 | ::: tip 14 | 上传材质需要花费积分,而花费的积分数量按照材质文件的体积来计算。公开材质被他人收藏后,你可以获得奖励积分。 15 | 16 | 对于公开材质,每 KB 存储空间需要花费 1 积分;而对于私密材质,每 KB 存储空间需要花费 20 积分。删除材质时会返还积分。 17 | 18 | 公开材质被收藏一次可以获得 10 积分。如果有一个衣柜收藏被删除,则会扣除 10 积分。 19 | ::: 20 | 21 | ::: warning 22 | 材质上传页面显示的预估积分消耗仅供参考,实际积分消耗将按材质文件的实际大小计算。 23 | ::: 24 | 25 | 1. 进入皮肤库,点击页面顶部菜单栏中的 「上传新皮肤」 26 | 27 | ![open-page](./assets/textures/open-upload-page.png) 28 | 29 | 2. 在打开的页面中设置材质名称,选择材质类型,选择材质文件,选择是否设置为私密。 30 | 你可以在右侧查看你的材质的预览。 31 | 材质信息设置完成后,点击「确认上传」按钮。 32 | 33 | ::: danger 34 | LittleSkin 不允许上传包括但不限于如下内容的敏感材质(包括含有争议性的材质): 35 | 36 | - **高清的** 色情敏感的材质 37 | - 政治敏感的材质 38 | - 违反中国大陆地区、香港特别行政区和美国相关法律的材质 39 | 40 | 对于敏感材质,你需要在上传时将其设为私密材质,否则一经发现,相关材质将被删除,且你将被 LittleSkin 永久封禁。 41 | ::: 42 | 43 | 3. 你的材质就上传完成啦~ 44 | 材质上传完成后,会自动跳转到你刚刚上传的材质的详情页面。 45 | 你上传的材质会被自动添加到你的衣柜,你可以直接前往「我的衣柜」页面查看并设置到你的角色上。 46 | 47 | ## 从皮肤库中添加材质到衣柜 48 | 如果你想要使用的材质已经在皮肤库中,你可以直接将其收藏到衣柜中使用。 49 | 50 | ::: tip 51 | 每收藏一件材质至衣柜需要花费 10 积分。在衣柜中删除材质时会返还积分。 52 | :::: 53 | 54 | 1. 进入材质详情页面,点击材质预览下方左侧的「添加至衣柜」按钮 55 | 56 | ![add-to-closet](./assets/textures/add-to-closet.png) 57 | 58 | 2. 在弹出的对话框中设置衣柜物品的名字,点击「确定」 59 | 60 | ![set-textures-name](./assets/textures/set-textures-name.png) 61 | 62 | 3. 材质就被成功添加到衣柜啦~ 63 | 添加完成后,你也可以直接在材质详情页面将材质设置到角色。 64 | 65 | ## 将材质设置到角色 66 | 将材质添加到衣柜后,就可以将材质设置到角色上了。 67 | 68 | 你可以在用户中心的「我的衣柜」页面管理衣柜物品和将材质设置到角色上。 69 | 70 | 1. 点击用户中心左侧菜单栏中的「我的衣柜」 71 | 72 | ![open-closet-page](./assets/textures/open-closet-page.png) 73 | 74 | 2. 在打开的页面的左侧上方选择材质的分类(皮肤 / 披风),选择你要使用的材质,点击右侧材质预览下方左侧的「使用」按钮 75 | 76 | ![choose-textures](./assets/textures/choose-textures.png) 77 | 78 | 3. 在弹出的窗口中选择需要设置材质的角色,单击右下角的「提交」 79 | 80 | ![choose-player](./assets/textures/choose-player.png) 81 | 82 | 4. 材质已经被设置到角色啦~ 83 | 84 | 如果你以后还想要更换材质,或者想为其他角色设置材质,也可以按照这份文档中所述的方法来操作。 85 | 86 | ### Tip:更换头像 87 | 88 | 你可以将衣柜中的皮肤的面部设置为你在 LittleSkin 的头像。 89 | 90 | 在衣柜中选择「皮肤」分类,点击衣柜物品底端右侧的齿轮按钮,再点击「设为头像」即可。会自动裁剪皮肤的面部作为头像。 91 | 92 | ![set-avatar](./assets/textures/set-avatar.png) -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "devDependencies": { 3 | "@vuepress/bundler-webpack": "^2.0.0-rc.2", 4 | "@vuepress/plugin-docsearch": "^2.0.0-rc.1", 5 | "@vuepress/plugin-google-analytics": "^2.0.0-rc.1", 6 | "@vuepress/theme-default": "^2.0.0-rc.2", 7 | "sass-loader": "^14.0.0", 8 | "vuepress": "^2.0.0-rc.2" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /policies/privacy.md: -------------------------------------------------------------------------------- 1 | # 隐私声明 2 | 3 | 在使用 LittleSkin 的过程中,LittleSkin(以下简称“我们”)可能会收集用户(以下简称“你”)的一些隐私信息(以下简称“信息”)。我们十分重视你的信息的安全,这份声明将阐述我们为何、如何使用、存储和保护你的信息。 4 | 5 | 除非另有规定,这份隐私声明适用于你与 LittleSkin 之间的一切活动。我们可能会在不通知你的情况下变更这份声明,声明变更对所有用户都生效。 6 | 7 | 本声明的最终解释权归 LittleSkin 所有。 8 | 9 | ## 我们主动收集的信息和理由 10 | 11 | 我们将会主动收集以下信息: 12 | 13 | - **用户名、角色名、邮箱地址、密码**:我们需要这些信息来识别用户身份,这是我们提供服务的基础; 14 | - **IP 地址**:我们需要记录 IP 地址来防止攻击和滥用,进行数据分析和调查,并更好地提供服务; 15 | - **Cookies**:我们需要 Cookies 来识别用户身份和确定会话状态,并更好地提供服务; 16 | - **来自第三方的部分信息**:我们需要这些信息来识别用户身份,进行数据分析和调查,并更好地提供服务; 17 | - **其它必须收集的信息**:为了提供服务,我们必须收集这些信息。 18 | 19 | 实际上,你并不是一定要提供这些信息,但在大多数情况下,如果你不提供这些信息,我们将无法为你提供服务。 20 | 21 | ## 我们如何收集你的信息 22 | 23 | 我们将遵循最小化原则来收集信息,即只收集必要的信息。 24 | 25 | 在大多数情况下,大部分信息将由你自己提供。诸如 IP 地址和 Cookies 等互联网通信中自动传递的信息,将直接从对应的网络请求中获取。 26 | 27 | 部分信息可能由第三方在经过或未经过你同意的情况下提供(比如第三方 OAuth 登录中请求得到的用户信息)。我们只会向第三方请求我们需要的信息,但第三方最终提供给我们哪些信息,将由对应的主体决定。 28 | 29 | ## 我们如何使用、存储和保护你的信息 30 | 31 | 在大多数情况下,我们只会使用你的信息来提供尽可能好的服务,并不断改进我们提供的服务。我们也会使用你的信息进行数据分析和调查。 32 | 33 | 为了提供服务,我们可能会使用你的信息来生成更多信息。尽管可能可以通过我们生成的这些信息在一定程度上识别用户身份,但其并不属于隐私信息。由于服务的特殊性,我们可能会对外公开这些信息。 34 | 35 | 部分信息将以明文的形式存储,而部分信息将在经过编码、加密或散列后存储;部分信息将存储在我们的数据库中,而部分信息将直接存储在你的本地计算机中。 36 | 37 | 为了更好地提供服务,我们可能会在未经过你的允许的情况下将你的一些信息提供给第三方,但我们只会提供尽可能少的信息。我们将尽力保证第三方按照其隐私政策和有关法律法规处理你的信息,且会在这份隐私声明中的「我们使用的第三方服务」一节中说明我们使用了哪些第三方主体提供的哪些服务及其对应的隐私政策,供你审阅。 38 | 39 | 保护用户的信息不被非法获取是我们的义务。除非经过你的允许,或 LittleSkin 与其它主体合并,或受到不可抗力的影响,我们不会主动在非必要的情况下将你的信息披露给第三方,也不会出于任何目的将你的信息售卖给第三方。 40 | 41 | ## 用户信息的所有、保留与删除 42 | 43 | 尽管我们可能会存储你的信息,但你仍然具有你的信息的所有权。在大多数情况下,我们只会在有需要时获取和存储你的信息,在使用完毕后会立即删除没有必要保留的信息。 44 | 45 | 你可以随时联系我们删除你的信息,或通过个人资料页面中的「删除账号」功能删除你的账号进而删除你的信息,但我们也有权拒绝处理任何不合理的删除信息的请求。如果我们认为删除信息将会导致我们无法正常为你和其他用户提供服务,我们也有可能拒绝你的删除信息的请求。尽管我们可以删除我们存储的信息,但这并不代表我们能要求第三方删除其存储的信息。 46 | 47 | 部分信息在被删除后,可能会被重新获取或生成。 48 | 49 | ## 我们使用的第三方服务 50 | 51 | 为更好地提供服务,LittleSkin 大量引入了第三方提供的服务。这些服务的提供者可能会收集和使用更多信息,且不受 LittleSkin 的控制。请查看以下内容来了解对应的主体的隐私政策: 52 | 53 | - **Algolia**:[Privacy Policy](https://www.algolia.com/policies/privacy/) 54 | - 我们使用了 Algolia 的文档搜索服务(DocSearch); 55 | - **Cloudflare**:[Privacy Policy](https://www.cloudflare.com/privacypolicy/) 56 | - 我们使用了 Cloudflare 的域名解析(DNS)服务、网络应用防火墙(WAF)服务、内容分发网络(CDN)服务和性能分析服务(Browser Insights); 57 | - **GitHub**:[隐私声明](https://docs.github.com/github/site-policy/github-privacy-statement) 58 | - 我们使用了 GitHub 的代码托管(Git)服务、持续集成(CI)服务和静态网站托管服务(Pages); 59 | - **Google**:[隐私权和条款](https://policies.google.com/privacy) 60 | - 我们使用了 Google 的数据分析服务(Analytics)和人机验证服务(reCAPTCHA); 61 | - **jsDelivr**:[Privacy Policy - cdn.jsdelivr.net](https://www.jsdelivr.com/privacy-policy-jsdelivr-net) 62 | - 我们使用了 jsDelivr 的内容分发网络(CDN)服务; 63 | - **Microsoft**:[隐私声明](https://privacy.microsoft.com/privacystatement) 64 | - 我们使用了 Microsoft Azure 的内容分发网络(CDN)服务和 Active Directory 中的 OAuth 登录验证服务,还在站点运营工作中使用了 Microsoft 365(包括 Office 365 专业增强版和 Exchange Online 等)服务; 65 | - **Twilio**:[Privacy Statement](https://www.twilio.com/legal/privacy) 66 | - 我们使用了 Twilio 旗下的 SendGrid 的邮件发送服务; 67 | - **Vercel**:[Privacy Policy](https://vercel.com/legal/privacy-policy) 68 | - 我们使用了 Vercel 的域名解析(DNS)服务和无服务器函数(Serverless Functions)服务; 69 | - **腾讯云**:[隐私声明](https://cloud.tencent.com/document/product/301/11470) 70 | - 我们使用了腾讯云的域名解析(DNS)服务、内容分发网络(CDN)服务和云对象存储(COS)服务,以及其旗下的 CODING 的代码托管(Git)服务和静态网站托管服务(Pages)。 71 | -------------------------------------------------------------------------------- /policies/tos.md: -------------------------------------------------------------------------------- 1 | --- 2 | sidebarDepth: 2 3 | --- 4 | 5 | # LittleSkin 用户服务条款 6 | 7 | ## 太长不看版 8 | 9 | ::: warning 10 | 本浓缩版本旨在使用户快速理解本服务条款梗概,并不具备任何实际效益。所有内容请以“详细条款”部分为准。 11 | ::: 12 | 13 | ### 不要做这些 14 | 15 | - 不要发布中国大陆相关法律法规禁止的内容; 16 | - 不要擦边球内容 17 | - 不要滥用 LittleSkin。 18 | 19 | ### 免责声明 20 | 21 | LittleSkin 不会对任何情况下造成的任何损失负责。 22 | 23 | ## 详细条款 24 | 25 | 感谢使用 LittleSkin!本《服务条款》(以下简称“本条款”)是用户(以下简称“用户”或“你”)与 LittleSkin(以下简称“我们”)之间的服务条款和免责声明,约束 LittleSkin 与你之间的关系。请在使用 LittleSkin 前仔细阅读本条款,确认注册即是同意并接受本条款。 26 | 27 | 用户在使用我们提供的服务或产品的过程中应遵守本条款。若用户在使用中出现相关争议,将按照本条款解决;若存在其他附加条款,则按照附加条款解决。 28 | 29 | 我们保留在不通知用户的前提下,随时变更本条款及其附加条款的权利,条款变更对所有用户均生效。如果用户不接受变更后的条款,应立即停止使用 LittleSkin 并删除账号。 30 | 31 | 本条款的最后更新时间请查看页面右下方的“最后更新”部分内容。 32 | 33 | 本条款的最终解释权归 LittleSkin 所有。 34 | 35 | ### GDPR 36 | 37 | 由于 GDPR 合规性问题,LittleSkin 暂不对欧盟用户提供服务。 38 | 39 | ### 禁止的使用途径 40 | 41 | 在使用 LittleSkin 提供的服务的过程中,你不能做以下这些事: 42 | 43 | - 发布运营地区(中国大陆)禁止的内容,包括但不限于赌博、犯罪、儿童色情、诈骗,彩票等内容; 44 | - 发布擦边球内容; 45 | - 任何运营地区(中国大陆)相关法律法规禁止的用途; 46 | - 其他滥用用途。 47 | 48 | LittleSkin 将会定期进行相关审查,若发现违反本条款中规定的内容,我们有权在不做任何通知的情况下,立即封禁或删除账号与对应的内容并拒绝提供任何形式的补偿,并积极配合有关部门调查。 49 | 50 | ### 服务的终止 51 | 52 | 我们可能会在不做任何通知的情况下,暂停或终止我们提供的服务。 53 | 54 | 你可以在任何情况下停止使用我们提供的服务,我们也可能随时终止向你提供服务。 55 | 56 | ### 免责声明 57 | 58 | 我们在提供服务时将会尽力尽到我们的责任和义务,但我们无法做出任何承诺。 59 | 60 | LittleSkin 提供的服务可能会显示一些并非来自 LittleSkin 的内容。这些内容由其来源承担全部责任。我们可能会审查这些内容,但这并不表示我们必然会审查内容。 61 | 62 | 我们不会,在任何情况下,以任何形式,对任何原因导致的无法访问(使用)或数据丢失进行赔偿。 -------------------------------------------------------------------------------- /report.md: -------------------------------------------------------------------------------- 1 | # 报告问题的正确姿势 2 | 3 | 任何事物都不可能尽善尽美,LittleSkin 也是如此。 4 | 5 | 如果你在使用 LittleSkin 的过程中遇到了任何问题(包括但不限于材质无法显示、网站出现错误等),不要心急,也不要气急败坏,请认真阅读并充分理解下述内容后,正确提问。 6 | 7 | ## 遇到问题后的第一反应 8 | 9 | > DON'T PANIC. 10 | 11 | 大部分情况下,LittleSkin 是可以正常运行的。所以在遇到问题时,你应该检查一下是不是你自己的问题,比如:网络错误、操作错误,甚至你自己的浏览器都可能导致你无法正常使用 LittleSkin。所以,在提问之前,请先以自己的经验判断一下,这是不是你自己的问题。 12 | 13 | 其次,你应该阅读一遍 [常见问题解答](/faq.html)。很多情况下你遇到的问题也曾经困扰过很多人,并且已经被总结出了解决方案。这种情况下,直接查阅 FAQ 能更快解决你的问题。 14 | 15 | 如果你确定不是你自己的问题,并且你遇到的问题并未列举在 FAQ 中,你可以着手准备报告问题了。 16 | 17 | ::: tip 推荐阅读:《提问的智慧》 18 | 19 | 充分理解这篇文章可以帮助你更好地提问并更快地收到回复和正确的解答(不论何时何地)。但请注意,《提问的智慧》的创作团队仅是提供这一篇文章来指导你如何正确提问,他们并不提供针对任何问题的任何技术支持。**Don't be stupid.** 20 | 21 | ::: 22 | 23 | ## 运营团队,或是帮助你的人,并不是神 24 | 25 | 看起来你们大多数人好像都不知道的样子? 26 | 27 | 那就让我们来告诉你们一个真理吧: 28 | 29 | > 不管是谁,不可能通过你们的只言片语快速定位你的问题! 30 | 31 | 所以,在每一次报告问题时,不要只丢下一句「皮肤站出错了」、「无法加载皮肤」就跑了。在没有日志、报错截图等信息的辅助下,我们 **不可能** 知道网线对面的你到底遇到了什么问题。 32 | 33 | ## 我应该提供哪些信息? 34 | 35 | 可能需要视情况而定。这里列举几个通用的: 36 | 37 | ### 报错截图 38 | 39 | 如果是 LittleSkin 网站的问题,发生错误时,网站应该会给出相应的提示。请把相关的提示乃至整个页面截图,并在提问时提供。 40 | 41 | ### 复现步骤 42 | 43 | 许多问题只会在特定的操作下出现。提供复现步骤可以让站点管理员了解你的问题是在何种操作下出现的,并快速定位问题所在和解决问题。 44 | 45 | ### 日志 46 | 47 | 各种日志是侦错时不可缺少的信息,所以如果有,提问时请带上这些日志: 48 | 49 | ::: warning 50 | 51 | 考虑到版本隔离,部分日志将会提供两个路径方便查找。 52 | 53 | 版本隔离路径的 `{version}` 是你的 Minecraft 版本号,实际路径不需要带大括号。 54 | 55 | ::: 56 | 57 | - 如果是游戏内材质无法显示,请提供皮肤 Mod 的日志: 58 | - CustomSkinLoader 的日志位于 `.minecraft/CustomSkinLoader/CustomSkinLoader.log` 或 `.minecraft/versions/{versions}/CustomSkinLoader/CustomSkinLoader.log` 59 | - 如果是 Yggdrasil 外置登录的问题,请在添加 JVM 参数 `-Dauthlibinjector.debug=all` 并复现问题后,提供以下日志: 60 | - 服务端从开始到出错的所有日志(最后一次运行服务端生成的日志位于 `logs/latest.log`) 61 | - 客户端游戏从开始到出错的所有日志(最后一次游戏生成的日志位于 `.minecraft/logs/latest.log` 或 `.minecraft/versions/{versions}/logs/latest.log`) 62 | - 如果有,请优先使用启动器的「测试游戏」功能导出的日志 63 | - 服务端和客户端的 authlib-injector 日志(最后一次生成的日志位于游戏目录下的 `authlib-injector.log`) 64 | - 启动器日志(请咨询启动器作者以获取日志位置) 65 | 66 | 提供日志时,请直接发送日志文件,而不是提供日志截图。如果没有这些日志,请在提问时说明清楚;如果你提问后被要求提供更多信息,请提供我们要求的信息以帮助我们查找问题。 67 | 68 | ## 我该去哪里提问? 69 | 70 | 你可以加入我们的 [官方用户交流群](/user-group.html) 来提问,也可以 [通过邮件发送工单](/email.html)。 71 | -------------------------------------------------------------------------------- /score.md: -------------------------------------------------------------------------------- 1 | # 积分系统 2 | 3 | ::: tip 4 | 本文所述内容仅供参考,具体细则请以站内标注及站点管理员解释为准。 5 | ::: 6 | 7 | 积分系统是 LittleSkin 的一项重要机制,相当于现实中的货币系统。 8 | 9 | 你在 LittleSkin 进行上传材质和收藏材质等操作以及参与一些站点活动时需要消耗一定的积分;而你可以通过签到和参与站点活动等方式获得积分。 10 | 11 | ## 消耗积分的场景 12 | 13 | ### 上传材质 14 | 上传材质需要消耗积分。 15 | 16 | 对于公开材质,每 KB 存储空间需要花费 1 积分;对于私密材质,每 KB 存储空间需要花费 20 积分。 17 | 18 | ::: warning 19 | 材质上传页面显示的预估积分消耗仅供参考,实际积分消耗将按材质文件的实际大小计算。 20 | ::: 21 | 22 | ### 收藏材质到衣柜 23 | 24 | 每个衣柜收藏需要花费 10 积分,取消收藏后积分会返还。 25 | 26 | ### 举报材质 27 | 28 | 为了防止恶意举报,在举报材质时,需要先扣除 100 积分作为抵押积分。 29 | 当被举报的材质被认定违规后,抵押积分将会返还,并且你可以获得额外的积分奖励。但如果被举报的材质未被认定违规,则抵押积分不予返还。 30 | 31 | ### 公开材质改为私密材质 32 | 33 | 如果你将你上传的公开材质更改为了私密材质,那么需要扣除上传私密材质所需的积分。 34 | 35 | ### 站点活动 36 | 37 | 参与一些站点活动(如积分抽奖)时可能需要消耗一定的积分。 38 | 39 | ## 获取积分的方式 40 | 41 | ### 新用户初始积分 42 | 43 | 新用户注册后即拥有 1000 初始积分。 44 | 45 | ### 每日签到 46 | 47 | 每日 0 时后,点击用户中心首页中的「签到」按钮,可随机获得 10~100 不等的积分。每日只能签到一次,当日的签到机会不累计至次日。在站点活动时可能会临时调整签到积分奖励。 48 | 49 | ### 公开材质被收藏 50 | 51 | 你上传的公开材质每被收藏一次,你就会获得 10 积分。 52 | 53 | 如果被取消收藏,则奖励积分将会被收回。 54 | 55 | ### 私密材质改为公开材质 56 | 57 | 如果你将你上传的私密材质更改为了公开材质,在上传时多扣除的积分将会被返还。 58 | 59 | ### 绑定正版角色 60 | 61 | 如果你拥有正版 Minecraft,可以通过绑定正版获得 1000 积分。 62 | 63 | ### 举报材质 64 | 65 | 如果你举报的材质被确认违规,你将获得 1000 奖励积分。 66 | 67 | ### 站点活动 68 | 69 | 站点活动时可能会发放大量积分,活动期间注册的新用户的初始积分和每日签到可获得的积分上限也将有所提高。 70 | -------------------------------------------------------------------------------- /user-group.md: -------------------------------------------------------------------------------- 1 | # 官方用户交流群 2 | 3 | 如果你在使用 LittleSkin 时遇到了一些你无法解决并且用户使用手册中也没有提到的问题,或者你想与其他用户一起交流,你都可以加入 LittleSkin 的官方用户交流群,与群内其他用户一起讨论。 4 | 5 | 当前 LittleSkin 官方用户交流群分为主用户群和闲聊群(穗香咖啡馆),两群均有 QQ 群和 Telegram 群组。 6 | 7 | ## 加群须知 8 | 9 | ::: warning 10 | 11 | 下述是你在加入用户群之前必须要了解的内容,请花一些时间阅读并理解它们。 12 | 13 | ::: 14 | 15 | - 请确保你已认真阅读并理解 [报告问题的正确姿势](/report.html) 中的内容。 16 | - 我们需要对申请加群的用户进行验证: 17 | - 加入 QQ 群组需要提供你的 UID,请在 LittleSkin 用户中心的 [个人资料](https://littleskin.cn/user/profile) 页面寻找: 18 | - 你的 UID 将会用于我们验证用户身份,更会在接下来我们对你的帮助时起到作用,请不要填写其它内容或是乱填; 19 | - 若你的入群请求的答案填写其它内容或是乱填,我们会拒绝你的入群申请;若你的入群申请被拒绝超过三次,我们将不再接受你的入群申请,请珍惜这三次机会,慎重考虑并认真回答验证问题后再发送入群申请; 20 | - 若当日突发种种问题,让你无法正常使用 LittleSkin 并导致你无法查看你的 UID,我们可能会在拒绝你的入群申请时详细说明原由,并不计入上一条的三次机会。 21 | - 加入 Telegram 群组需要进行人机验证: 22 | - 请务必留意你的消息列表,人机验证挑战将由机器人会通过私信发送给你; 23 | - 部分 Telegram 客户端可能无法正常通过人机验证挑战,请更换成 Telegram 官方客户端后再次尝试。 24 | - 入群后,请留意我们的入群欢迎信息(仅 QQ 群组)和置顶公告(或置顶信息)。 25 | - 加入 QQ 群组的用户,请务必多加留意近期几则非置顶公告; 26 | - 加入 Telegram 群组的用户,请多加留意近几则置顶消息; 27 | - 若不阅读置顶公告(或置顶信息)就直接发言,可能会影响到接下来你的群聊体验,甚至让你受到禁言。 28 | - 入群后,请不要在未得到同意的情况下,随意私聊站点管理员或其它群内用户。大多数人都不喜欢被不熟悉的人打扰,这会让人感到冒犯和困扰。 29 | - 群内设置有一些机器人服务,请不要随意操作它们,否则会影响到接下来你的群聊体验,甚至让你受到禁言。 30 | 31 | ## 开始申请 32 | 33 | ### 主用户群 34 | 35 | - QQ 群:[586146922](https://jq.qq.com/?_wv=1027&k=5uVljsY) 36 | - Telegram 群组:[@littleskin](https://t.me/littleskin) 37 | 38 | 主用户群主要用于解决用户在使用 LittleSkin 时遇到的问题,以及各种反馈,原则上不允许讨论与 LittleSkin 无关的事务,大水怪将收到管理员送出的禁言套餐。如需闲聊,请加入咖啡馆。 39 | 40 | ### Honoka Café 穗香咖啡馆 41 | 42 | - QQ 群:[651672723](https://jq.qq.com/?_wv=1027&k=3S0sYT6C) 43 | - Telegram 群组:[@honokacafe](https://t.me/honokacafe) 44 | 45 | 咖啡馆作为闲聊群,可以讨论除一些敏感内容外的所有话题。但技术支持和用户反馈等内容还请前往主用户群进行讨论。 46 | --------------------------------------------------------------------------------